#DBD87C

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

Shades of Goldenrod #DBD87C

Tints of Goldenrod #DBD87C

Color information

#DBD87C (or 0xDBD87C) is unknown color: approx Goldenrod. HEX triplet: DB, D8 and 7C. RGB value is (219,216,124). Sum of RGB (Red+Green+Blue) = 219+216+124=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 216 (84.77% from 255 or 38.64% from 559); Blue value is 124 (48.83% from 255 or 22.18% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD87C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD87C is #242783. Grayscale: #CECECE. Windows color (decimal): -2369412 or 8181979. OLE color: 8181979.

HSL color Cylindrical-coordinate representation of color #DBD87C: hue angle of 58.11º degrees, saturation: 0.57, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #DBD87C is Cyan = 0, Magento = 0.01, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB219216124-
CMYK00.010.430.14
HSL58.11º56.89%67.25%-
HSV(B)58.11º43.38%85.88%-
XYZ57.4165.6328.71-
YUV206.4181.49136.98-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.18%
GREEN value IS 216 (84.77% from 255) = 38.64%
BLUE value IS 124 (48.83% from 255) = 22.18%
R=39.18%
G=38.64%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921612400.010.430.1458.1156.8967.25
HexDBD87C012BE3a3943
Octal3333301740153167271103
Binary110110111101100011111000110101111101110101110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD87C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD87C; }

 p { color: rgb(219,216,124); }

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

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

 a { background-color: rgb(219,216,124); }

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

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

 span { border-color: rgb(219,216,124); }

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