#D8DC66

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

Shades of Goldenrod #D8DC66

Tints of Goldenrod #D8DC66

Color information

#D8DC66 (or 0xD8DC66) is unknown color: approx Goldenrod. HEX triplet: D8, DC and 66. RGB value is (216,220,102). Sum of RGB (Red+Green+Blue) = 216+220+102=538 (71% of max value = 765). Red value is 216 (84.77% from 255 or 40.15% from 538); Green value is 220 (86.33% from 255 or 40.89% from 538); Blue value is 102 (40.23% from 255 or 18.96% from 538); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC66 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC66 is #272399. Grayscale: #CDCDCD. Windows color (decimal): -2565018 or 6741208. OLE color: 6741208.

HSL color Cylindrical-coordinate representation of color #D8DC66: hue angle of 62.03º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D8DC66 is Cyan = 0.02, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.14.

Color convert

RGB216220102-
CMYK0.0200.540.14
HSL62.03º62.77%63.14%-
HSV(B)62.03º53.64%86.27%-
XYZ56.3166.7422.49-
YUV205.3569.67135.59-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.15%
GREEN value IS 220 (86.33% from 255) = 40.89%
BLUE value IS 102 (40.23% from 255) = 18.96%
R=40.15%
G=40.89%
B=18.96%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2162201020.0200.540.1462.0362.7763.14
HexD8DC662036E3e3f3f
Octal330334146206616767777
Binary110110001101110011001101001101101110111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DC66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DC66; }

 p { color: rgb(216,220,102); }

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

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

 a { background-color: rgb(216,220,102); }

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

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

 span { border-color: rgb(216,220,102); }

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