#D8D77C

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

Shades of Goldenrod #D8D77C

Tints of Goldenrod #D8D77C

Color information

#D8D77C (or 0xD8D77C) is unknown color: approx Goldenrod. HEX triplet: D8, D7 and 7C. RGB value is (216,215,124). Sum of RGB (Red+Green+Blue) = 216+215+124=555 (73% of max value = 765). Red value is 216 (84.77% from 255 or 38.92% from 555); Green value is 215 (84.38% from 255 or 38.74% from 555); Blue value is 124 (48.83% from 255 or 22.34% from 555); Max value from RGB is 216 - color contains mainly: red. Hex color #D8D77C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8D77C is #272883. Grayscale: #CDCDCD. Windows color (decimal): -2566276 or 8181720. OLE color: 8181720.

HSL color Cylindrical-coordinate representation of color #D8D77C: hue angle of 59.35º degrees, saturation: 0.54, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D8D77C is Cyan = 0, Magento = 0.00, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB216215124-
CMYK00.000.430.15
HSL59.35º54.12%66.67%-
HSV(B)59.35º42.59%84.71%-
XYZ56.2664.6628.58-
YUV204.9282.33135.9-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.92%
GREEN value IS 215 (84.38% from 255) = 38.74%
BLUE value IS 124 (48.83% from 255) = 22.34%
R=38.92%
G=38.74%
B=22.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.00
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21621512400.000.430.1559.3554.1266.67
HexD8D77C002BF3b3643
Octal3303271740053177366103
Binary110110001101011111111000010101111111110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8D77C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8D77C; }

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

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

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

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

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

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

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

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