#D8DC63

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

Shades of Goldenrod #D8DC63

Tints of Goldenrod #D8DC63

Color information

#D8DC63 (or 0xD8DC63) is unknown color: approx Goldenrod. HEX triplet: D8, DC and 63. RGB value is (216,220,99). Sum of RGB (Red+Green+Blue) = 216+220+99=535 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.37% from 535); Green value is 220 (86.33% from 255 or 41.12% from 535); Blue value is 99 (39.06% from 255 or 18.50% from 535); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC63 is #27239C. Grayscale: #CDCDCD. Windows color (decimal): -2565021 or 6544600. OLE color: 6544600.

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

Color convert

RGB21622099-
CMYK0.0200.550.14
HSL61.98º63.35%62.55%-
HSV(B)61.98º55%86.27%-
XYZ56.1666.6921.72-
YUV205.0168.17135.84-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.37%
GREEN value IS 220 (86.33% from 255) = 41.12%
BLUE value IS 99 (39.06% from 255) = 18.50%
R=40.37%
G=41.12%
B=18.50%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216220990.0200.550.1461.9863.3562.55
HexD8DC632037E3e3f3f
Octal330334143206716767777
Binary110110001101110011000111001101111110111110111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8DC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8DC63; }

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

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

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

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

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

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

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

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