Color Hex Logo

#dbd23d Color Hex

#DBD23D
(219,210,61)
0 Favorites   0 Comments

Color spaces of #dbd23d

RGB 21921061
HSL0.160.690.55
HSV57°72°86°
CMYK 0.000.040.72   0.14
XYZ53.102361.490213.4849
Yxy61.49020.41460.4801
Hunter Lab78.4157-16.349144.6951
CIE-Lab82.6416-13.371070.3799

#dbd23d color RGB value is (219,210,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 00111101
Octal 333 322 75
Decimal 219 210 61
Hex DB D2 3D

RGB Percentages of Color #dbd23d

%44.69
%42.86
%12.45

CMYK Percentages of Color #dbd23d

%0
%4
%72
%14

Triadic Colors of #dbd23d

#dbd23d #3ddbd2 #d23ddb

Analogous Colors of #dbd23d

#dbd23d #95db3d #db833d

Monochromatic Colors of #dbd23d

#dbd23d

Complementary Color

#dbd23d #3d46db

#dbd23d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd23d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd23d Color CSS Codes

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

#dbd23d Text Font Color

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

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


#dbd23d Background Color

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

This div background color is #dbd23d


#dbd23d Border Color

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

This div border color is #dbd23d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(219,210,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 #dbd23d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd23d


Comments

No comments written yet.

Please login to write comment.