Color Hex Logo

#dbd07d Color Hex

#DBD07D
(219,208,125)
0 Favorites   0 Comments

Color spaces of #dbd07d

RGB 219208125
HSL0.150.570.67
HSV53°43°86°
CMYK 0.000.050.43   0.14
XYZ55.471061.652528.3785
Yxy61.65250.38120.4237
Hunter Lab78.5191-11.304433.5347
CIE-Lab82.7283-7.710542.4676

#dbd07d color RGB value is (219,208,125).

#dbd07d hex color red value is 219, green value is 208 and the blue value of its RGB is 125. Cylindrical-coordinate representations (also known as HSL) of color #dbd07d hue: 0.15 , saturation: 0.57 and the lightness value of dbd07d is 0.67.

The process color (four color CMYK) of #dbd07d color hex is 0.00, 0.05, 0.43, 0.14. Web safe color of #dbd07d is #cccc66. Color #dbd07d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011011 11010000 01111101
Octal 333 320 175
Decimal 219 208 125
Hex DB D0 7D

RGB Percentages of Color #dbd07d

%39.67
%37.68
%22.64

CMYK Percentages of Color #dbd07d

%0
%5
%43
%14

Triadic Colors of #dbd07d

#dbd07d #7ddbd0 #d07ddb

Analogous Colors of #dbd07d

#dbd07d #b7db7d #dba17d

Monochromatic Colors of #dbd07d

#dbd07d

Complementary Color

#dbd07d #7d88db

#dbd07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dbd07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dbd07d Color CSS Codes

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

#dbd07d Text Font Color

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

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


#dbd07d Background Color

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

This div background color is #dbd07d


#dbd07d Border Color

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

This div border color is #dbd07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dbd07d


Comments

No comments written yet.

Please login to write comment.