#DBDE7D

Color #DBDE7D Goldenrod (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Goldenrod #DBDE7D

Tints of Goldenrod #DBDE7D

Color information

#DBDE7D (or 0xDBDE7D) is unknown color: approx Goldenrod. HEX triplet: DB, DE and 7D. RGB value is (219,222,125). Sum of RGB (Red+Green+Blue) = 219+222+125=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 222 (87.11% from 255 or 39.22% from 566); Blue value is 125 (49.22% from 255 or 22.08% from 566); Max value from RGB is 222 - color contains mainly: green. Hex color #DBDE7D is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBDE7D is #242182. Grayscale: #D2D2D2. Windows color (decimal): -2367875 or 8249051. OLE color: 8249051.

HSL color Cylindrical-coordinate representation of color #DBDE7D: hue angle of 61.86º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DBDE7D is Cyan = 0.01, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.13.

Color convert

RGB219222125-
CMYK0.0100.440.13
HSL61.86º59.51%68.04%-
HSV(B)61.86º43.69%87.06%-
XYZ59.0468.7829.57-
YUV210.0480.01134.39-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 219 (85.94% from 255) = 38.69%
GREEN value IS 222 (87.11% from 255) = 39.22%
BLUE value IS 125 (49.22% from 255) = 22.08%
R=38.69%
G=39.22%
B=22.08%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2192221250.0100.440.1361.8659.5168.04
HexDBDE7D102CD3e3c44
Octal3333361751054157674104
Binary110110111101111011111011010110011011111101111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDE7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDE7D; }

 p { color: rgb(219,222,125); }

 H1.HeaderClassName
 {
   color: #DBDE7D;
 }
 .AnyTagClassName
 {
   color: #DBDE7D;
 }
</style>
background-color css

<style>
 a { background-color: #DBDE7D; }

 a { background-color: rgb(219,222,125); }

 div.DivClassName
 {
   background-color: #DBDE7D;
 }
 .BgClassName
 {
   background-color: #DBDE7D;
 }
</style>
border-color css

<style>
 span { border-color: #DBDE7D; }

 span { border-color: rgb(219,222,125); }

 td.TdClassName
 {
   border-color: #DBDE7D;
 }
 .TagClassName
 {
   border-color: #DBDE7D;
 }
</style>