Color Hex Logo

#dbbc48 Color Hex

#DBBC48
(219,188,72)
0 Favorites   0 Comments

Color spaces of #dbbc48

RGB 21918872
HSL0.130.670.57
HSV47°67°86°
CMYK 0.000.140.67   0.14
XYZ48.366351.494413.5211
Yxy51.49440.42660.4542
Hunter Lab71.7596-5.269539.0602
CIE-Lab76.9775-1.582760.5252

#dbbc48 color RGB value is (219,188,72).

#dbbc48 hex color red value is 219, green value is 188 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #dbbc48 hue: 0.13 , saturation: 0.67 and the lightness value of dbbc48 is 0.57.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 10111100 01001000
Octal 333 274 110
Decimal 219 188 72
Hex DB BC 48

RGB Percentages of Color #dbbc48

%45.72
%39.25
%15.03

CMYK Percentages of Color #dbbc48

%0
%14
%67
%14

Triadic Colors of #dbbc48

#dbbc48 #48dbbc #bc48db

Analogous Colors of #dbbc48

#dbbc48 #b1db48 #db7348

Monochromatic Colors of #dbbc48

#dbbc48

Complementary Color

#dbbc48 #4867db

#dbbc48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbbc48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbbc48 Color CSS Codes

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

#dbbc48 Text Font Color

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

This sample text font color is #dbbc48
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.


#dbbc48 Background Color

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

This div background color is #dbbc48


#dbbc48 Border Color

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

This div border color is #dbbc48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbbc48


Comments

No comments written yet.

Please login to write comment.