#DBD77C

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

Shades of Goldenrod #DBD77C

Tints of Goldenrod #DBD77C

Color information

#DBD77C (or 0xDBD77C) is unknown color: approx Goldenrod. HEX triplet: DB, D7 and 7C. RGB value is (219,215,124). Sum of RGB (Red+Green+Blue) = 219+215+124=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 215 (84.38% from 255 or 38.53% from 558); Blue value is 124 (48.83% from 255 or 22.22% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #DBD77C is #242883. Grayscale: #CECECE. Windows color (decimal): -2369668 or 8181723. OLE color: 8181723.

HSL color Cylindrical-coordinate representation of color #DBD77C: hue angle of 57.47º 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 #DBD77C is Cyan = 0, Magento = 0.02, Yellow = 0.43 and Black (K on CMYK) = 0.14.

Color convert

RGB219215124-
CMYK00.020.430.14
HSL57.47º56.89%67.25%-
HSV(B)57.47º43.38%85.88%-
XYZ57.1565.1228.63-
YUV205.8281.83137.4-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 39.25%
GREEN value IS 215 (84.38% from 255) = 38.53%
BLUE value IS 124 (48.83% from 255) = 22.22%
R=39.25%
G=38.53%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.02
Y (Yellow) values IS 0.43
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921512400.020.430.1457.4756.8967.25
HexDBD77C022BE393943
Octal3333271740253167171103
Binary1101101111010111111110001010101111101110011110011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD77C; }

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

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

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

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

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

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

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

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