Color Hex Logo

#dbc61b Color Hex

#DBC61B
(219,198,27)
0 Favorites   0 Comments

Color spaces of #dbc61b

RGB 21919827
HSL0.150.780.48
HSV53°88°86°
CMYK 0.000.100.88   0.14
XYZ49.605355.52749.1403
Yxy55.52740.43410.4859
Hunter Lab74.5167-11.577944.8891
CIE-Lab79.3441-8.403576.8147

#dbc61b color RGB value is (219,198,27).

#dbc61b hex color red value is 219, green value is 198 and the blue value of its RGB is 27. Cylindrical-coordinate representations (also known as HSL) of color #dbc61b hue: 0.15 , saturation: 0.78 and the lightness value of dbc61b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 00011011
Octal 333 306 33
Decimal 219 198 27
Hex DB C6 1B

RGB Percentages of Color #dbc61b

%49.32
%44.59
%6.08

CMYK Percentages of Color #dbc61b

%0
%10
%88
%14

Triadic Colors of #dbc61b

#dbc61b #1bdbc6 #c61bdb

Analogous Colors of #dbc61b

#dbc61b #90db1b #db661b

Monochromatic Colors of #dbc61b

#dbc61b

Complementary Color

#dbc61b #1b30db

#dbc61b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc61b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc61b Color CSS Codes

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

#dbc61b Text Font Color

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

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


#dbc61b Background Color

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

This div background color is #dbc61b


#dbc61b Border Color

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

This div border color is #dbc61b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc61b


Comments

No comments written yet.

Please login to write comment.