Color Hex Logo

#dbd262 Color Hex

#DBD262
(219,210,98)
0 Favorites   0 Comments

Color spaces of #dbd262

RGB 21921098
HSL0.150.630.62
HSV56°55°86°
CMYK 0.000.040.55   0.14
XYZ54.464662.035120.6587
Yxy62.03510.39710.4523
Hunter Lab78.7624-14.400439.5824
CIE-Lab82.9321-11.131455.6485

#dbd262 color RGB value is (219,210,98).

#dbd262 hex color red value is 219, green value is 210 and the blue value of its RGB is 98. Cylindrical-coordinate representations (also known as HSL) of color #dbd262 hue: 0.15 , saturation: 0.63 and the lightness value of dbd262 is 0.62.

The process color (four color CMYK) of #dbd262 color hex is 0.00, 0.04, 0.55, 0.14. Web safe color of #dbd262 is #cccc66. Color #dbd262 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010010 01100010
Octal 333 322 142
Decimal 219 210 98
Hex DB D2 62

RGB Percentages of Color #dbd262

%41.56
%39.85
%18.60

CMYK Percentages of Color #dbd262

%0
%4
%55
%14

Triadic Colors of #dbd262

#dbd262 #62dbd2 #d262db

Analogous Colors of #dbd262

#dbd262 #a8db62 #db9662

Monochromatic Colors of #dbd262

#dbd262

Complementary Color

#dbd262 #626bdb

#dbd262 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd262 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd262 Color CSS Codes

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

#dbd262 Text Font Color

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

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


#dbd262 Background Color

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

This div background color is #dbd262


#dbd262 Border Color

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

This div border color is #dbd262


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd262


Comments

No comments written yet.

Please login to write comment.