Color Hex Logo

#dbd30d Color Hex

#DBD30D
(219,211,13)
0 Favorites   0 Comments

Color spaces of #dbd30d

RGB 21921113
HSL0.160.890.45
HSV58°94°86°
CMYK 0.000.040.94   0.14
XYZ52.580361.67779.5145
Yxy61.67770.42480.4983
Hunter Lab78.5352-17.928547.7916
CIE-Lab82.7417-15.156581.4936

#dbd30d color RGB value is (219,211,13).

#dbd30d hex color red value is 219, green value is 211 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #dbd30d hue: 0.16 , saturation: 0.89 and the lightness value of dbd30d is 0.45.

The process color (four color CMYK) of #dbd30d color hex is 0.00, 0.04, 0.94, 0.14. Web safe color of #dbd30d is #cccc00. Color #dbd30d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010011 00001101
Octal 333 323 15
Decimal 219 211 13
Hex DB D3 D

RGB Percentages of Color #dbd30d

%49.44
%47.63
%2.93

CMYK Percentages of Color #dbd30d

%0
%4
%94
%14

Triadic Colors of #dbd30d

#dbd30d #0ddbd3 #d30ddb

Analogous Colors of #dbd30d

#dbd30d #7cdb0d #db6c0d

Monochromatic Colors of #dbd30d

#dbd30d

Complementary Color

#dbd30d #0d15db

#dbd30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd30d Color CSS Codes

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

#dbd30d Text Font Color

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

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


#dbd30d Background Color

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

This div background color is #dbd30d


#dbd30d Border Color

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

This div border color is #dbd30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd30d


Comments

No comments written yet.

Please login to write comment.