#D8DD6C

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

Shades of Goldenrod #D8DD6C

Tints of Goldenrod #D8DD6C

Color information

#D8DD6C (or 0xD8DD6C) is unknown color: approx Goldenrod. HEX triplet: D8, DD and 6C. RGB value is (216,221,108). Sum of RGB (Red+Green+Blue) = 216+221+108=545 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.63% from 545); Green value is 221 (86.72% from 255 or 40.55% from 545); Blue value is 108 (42.58% from 255 or 19.82% from 545); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD6C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD6C is #272293. Grayscale: #CFCFCF. Windows color (decimal): -2564756 or 7134680. OLE color: 7134680.

HSL color Cylindrical-coordinate representation of color #D8DD6C: hue angle of 62.65º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D8DD6C is Cyan = 0.02, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB216221108-
CMYK0.0200.510.13
HSL62.65º62.43%64.51%-
HSV(B)62.65º51.13%86.67%-
XYZ56.8867.3924.2-
YUV206.6272.34134.69-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.63%
GREEN value IS 221 (86.72% from 255) = 40.55%
BLUE value IS 108 (42.58% from 255) = 19.82%
R=39.63%
G=40.55%
B=19.82%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211080.0200.510.1362.6562.4364.51
HexD8DD6C2033D3f3e41
Octal3303351542063157776101
Binary1101100011011101110110010011001111011111111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD6C; }

 p { color: rgb(216,221,108); }

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

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

 a { background-color: rgb(216,221,108); }

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

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

 span { border-color: rgb(216,221,108); }

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