Color Hex Logo

#dbd02d Color Hex

#DBD02D
(219,208,45)
0 Favorites   0 Comments

Color spaces of #dbd02d

RGB 21920845
HSL0.160.710.52
HSV56°79°86°
CMYK 0.000.050.79   0.14
XYZ52.242960.361311.3800
Yxy60.36130.42140.4868
Hunter Lab77.6925-15.932945.7003
CIE-Lab82.0342-12.986674.8158

#dbd02d color RGB value is (219,208,45).

#dbd02d hex color red value is 219, green value is 208 and the blue value of its RGB is 45. Cylindrical-coordinate representations (also known as HSL) of color #dbd02d hue: 0.16 , saturation: 0.71 and the lightness value of dbd02d is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 00101101
Octal 333 320 55
Decimal 219 208 45
Hex DB D0 2D

RGB Percentages of Color #dbd02d

%46.40
%44.07
%9.53

CMYK Percentages of Color #dbd02d

%0
%5
%79
%14

Triadic Colors of #dbd02d

#dbd02d #2ddbd0 #d02ddb

Analogous Colors of #dbd02d

#dbd02d #8fdb2d #db792d

Monochromatic Colors of #dbd02d

#dbd02d

Complementary Color

#dbd02d #2d38db

#dbd02d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd02d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd02d Color CSS Codes

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

#dbd02d Text Font Color

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

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


#dbd02d Background Color

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

This div background color is #dbd02d


#dbd02d Border Color

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

This div border color is #dbd02d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd02d


Comments

No comments written yet.

Please login to write comment.