Color Hex Logo

#dbd13d Color Hex

#DBD13D
(219,209,61)
0 Favorites   0 Comments

Color spaces of #dbd13d

RGB 21920961
HSL0.160.690.55
HSV56°72°86°
CMYK 0.000.050.72   0.14
XYZ52.856260.997913.4028
Yxy60.99790.41540.4793
Hunter Lab78.1012-15.874344.4962
CIE-Lab82.3776-12.870470.1276

#dbd13d color RGB value is (219,209,61).

#dbd13d hex color red value is 219, green value is 209 and the blue value of its RGB is 61. Cylindrical-coordinate representations (also known as HSL) of color #dbd13d hue: 0.16 , saturation: 0.69 and the lightness value of dbd13d is 0.55.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010001 00111101
Octal 333 321 75
Decimal 219 209 61
Hex DB D1 3D

RGB Percentages of Color #dbd13d

%44.79
%42.74
%12.47

CMYK Percentages of Color #dbd13d

%0
%5
%72
%14

Triadic Colors of #dbd13d

#dbd13d #3ddbd1 #d13ddb

Analogous Colors of #dbd13d

#dbd13d #96db3d #db823d

Monochromatic Colors of #dbd13d

#dbd13d

Complementary Color

#dbd13d #3d47db

#dbd13d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd13d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd13d Color CSS Codes

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

#dbd13d Text Font Color

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

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


#dbd13d Background Color

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

This div background color is #dbd13d


#dbd13d Border Color

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

This div border color is #dbd13d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd13d


Comments

No comments written yet.

Please login to write comment.