Color Hex Logo

#dbc823 Color Hex

#DBC823
(219,200,35)
0 Favorites   0 Comments

Color spaces of #dbc823

RGB 21920035
HSL0.150.720.50
HSV54°84°86°
CMYK 0.000.090.84   0.14
XYZ50.171156.49009.8495
Yxy56.49000.43060.4848
Hunter Lab75.1598-12.376444.8421
CIE-Lab79.8919-9.239975.5505

#dbc823 color RGB value is (219,200,35).

#dbc823 hex color red value is 219, green value is 200 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #dbc823 hue: 0.15 , saturation: 0.72 and the lightness value of dbc823 is 0.50.

The process color (four color CMYK) of #dbc823 color hex is 0.00, 0.09, 0.84, 0.14. Web safe color of #dbc823 is #cccc33. Color #dbc823 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11001000 00100011
Octal 333 310 43
Decimal 219 200 35
Hex DB C8 23

RGB Percentages of Color #dbc823

%48.24
%44.05
%7.71

CMYK Percentages of Color #dbc823

%0
%9
%84
%14

Triadic Colors of #dbc823

#dbc823 #23dbc8 #c823db

Analogous Colors of #dbc823

#dbc823 #92db23 #db6c23

Monochromatic Colors of #dbc823

#dbc823

Complementary Color

#dbc823 #2336db

#dbc823 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc823 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc823 Color CSS Codes

.mybgcolor {background-color:#dbc823; } 
.myforecolor {color:#dbc823; }
.mybordercolor {border:3px solid #dbc823; }

#dbc823 Text Font Color

<p style="color:#dbc823">Text here</p>

This sample text font color is #dbc823
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#dbc823 Background Color

<div style="background-color:#dbc823">
Div content here</div>

This div background color is #dbc823


#dbc823 Border Color

<div style="border:3px solid #dbc823">
Div here</div>

This div border color is #dbc823


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(219,200,35, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dbc823; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dbc823;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc823;
  box-shadow:         1px 1px 3px 2px #dbc823; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,200,35, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #dbc823">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #dbc823;
  -webkit-box-shadow: 1px 1px 3px 2px #dbc823;
  box-shadow:         1px 1px 3px 2px #dbc823;">
Div content here</div>

This div box has shadow with color #dbc823


Comments

No comments written yet.

Please login to write comment.