Color Hex Logo

#dbc64d Color Hex

#DBC64D
(219,198,77)
0 Favorites   0 Comments

Color spaces of #dbc64d

RGB 21919877
HSL0.140.660.58
HSV51°65°86°
CMYK 0.000.100.65   0.14
XYZ50.747155.984115.1525
Yxy55.98410.41640.4593
Hunter Lab74.8225-9.874840.3688
CIE-Lab79.6048-6.461861.1933

#dbc64d color RGB value is (219,198,77).

#dbc64d hex color red value is 219, green value is 198 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #dbc64d hue: 0.14 , saturation: 0.66 and the lightness value of dbc64d is 0.58.

The process color (four color CMYK) of #dbc64d color hex is 0.00, 0.10, 0.65, 0.14. Web safe color of #dbc64d is #cccc66. Color #dbc64d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11000110 01001101
Octal 333 306 115
Decimal 219 198 77
Hex DB C6 4D

RGB Percentages of Color #dbc64d

%44.33
%40.08
%15.59

CMYK Percentages of Color #dbc64d

%0
%10
%65
%14

Triadic Colors of #dbc64d

#dbc64d #4ddbc6 #c64ddb

Analogous Colors of #dbc64d

#dbc64d #a9db4d #db7f4d

Monochromatic Colors of #dbc64d

#dbc64d

Complementary Color

#dbc64d #4d62db

#dbc64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbc64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbc64d Color CSS Codes

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

#dbc64d Text Font Color

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

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


#dbc64d Background Color

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

This div background color is #dbc64d


#dbc64d Border Color

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

This div border color is #dbc64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbc64d


Comments

No comments written yet.

Please login to write comment.