#D8DD6B

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

Shades of Goldenrod #D8DD6B

Tints of Goldenrod #D8DD6B

Color information

#D8DD6B (or 0xD8DD6B) is unknown color: approx Goldenrod. HEX triplet: D8, DD and 6B. RGB value is (216,221,107). Sum of RGB (Red+Green+Blue) = 216+221+107=544 (72% of max value = 765). Red value is 216 (84.77% from 255 or 39.71% from 544); Green value is 221 (86.72% from 255 or 40.62% from 544); Blue value is 107 (42.19% from 255 or 19.67% from 544); Max value from RGB is 221 - color contains mainly: green. Hex color #D8DD6B is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DD6B is #272294. Grayscale: #CECECE. Windows color (decimal): -2564757 or 7069144. OLE color: 7069144.

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

Color convert

RGB216221107-
CMYK0.0200.520.13
HSL62.63º62.64%64.31%-
HSV(B)62.63º51.58%86.67%-
XYZ56.8367.3723.92-
YUV206.5171.84134.77-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 39.71%
GREEN value IS 221 (86.72% from 255) = 40.62%
BLUE value IS 107 (42.19% from 255) = 19.67%
R=39.71%
G=40.62%
B=19.67%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2162211070.0200.520.1362.6362.6464.31
HexD8DD6B2034D3f3f40
Octal3303351532064157777100
Binary1101100011011101110101110011010011011111111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DD6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DD6B; }

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

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

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

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

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

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

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

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