#D0DC60

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

Shades of Goldenrod #D0DC60

Tints of Goldenrod #D0DC60

Color information

#D0DC60 (or 0xD0DC60) is unknown color: approx Goldenrod. HEX triplet: D0, DC and 60. RGB value is (208,220,96). Sum of RGB (Red+Green+Blue) = 208+220+96=524 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.69% from 524); Green value is 220 (86.33% from 255 or 41.98% from 524); Blue value is 96 (37.89% from 255 or 18.32% from 524); Max value from RGB is 220 - color contains mainly: green. Hex color #D0DC60 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0DC60 is #2F239F. Grayscale: #CACACA. Windows color (decimal): -3089312 or 6347984. OLE color: 6347984.

HSL color Cylindrical-coordinate representation of color #D0DC60: hue angle of 65.81º 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 #D0DC60 is Cyan = 0.05, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.14.

Color convert

RGB20822096-
CMYK0.0500.560.14
HSL65.81º63.92%61.96%-
HSV(B)65.81º56.36%86.27%-
XYZ53.7265.4420.87-
YUV202.2868.02132.08-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.69%
GREEN value IS 220 (86.33% from 255) = 41.98%
BLUE value IS 96 (37.89% from 255) = 18.32%
R=39.69%
G=41.98%
B=18.32%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.56
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal208220960.0500.560.1465.8163.9261.96
HexD0DC605038E42403e
Octal32033414050701610210076
Binary110100001101110011000001010111000111010000101000000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0DC60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0DC60; }

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

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

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

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

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

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

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

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