#d8dc60

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

Shades of Goldenrod #D8DC60

Tints of Goldenrod #D8DC60

Color information

#D8DC60 (or 0xD8DC60) is unknown color: approx Goldenrod. HEX triplet: D8, DC and 60. RGB value is (216,220,96). Sum of RGB (Red+Green+Blue) = 216+220+96=532 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.60% from 532); Green value is 220 (86.33% from 255 or 41.35% from 532); Blue value is 96 (37.89% from 255 or 18.05% from 532); Max value from RGB is 220 - color contains mainly: green. Hex color #D8DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D8DC60 is #27239F. Grayscale: #CDCDCD. Windows color (decimal): -2565024 or 6347992. OLE color: 6347992.

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

Color convert

RGB21622096-
CMYK0.0200.560.14
HSL61.94º63.92%61.96%-
HSV(B)61.94º56.36%86.27%-
XYZ56.0266.6320.97-
YUV204.6766.67136.08-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 40.60%
GREEN value IS 220 (86.33% from 255) = 41.35%
BLUE value IS 96 (37.89% from 255) = 18.05%
R=40.60%
G=41.35%
B=18.05%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal216220960.0200.560.1461.9463.9261.96
HexD8DC602038E3e403e
Octal3303341402070167610076
Binary1101100011011100110000010011100011101111101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d8dc60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d8dc60; }

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

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

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

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

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

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

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

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