#D0D26C

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

Shades of Goldenrod #D0D26C

Tints of Goldenrod #D0D26C

Color information

#D0D26C (or 0xD0D26C) is unknown color: approx Goldenrod. HEX triplet: D0, D2 and 6C. RGB value is (208,210,108). Sum of RGB (Red+Green+Blue) = 208+210+108=526 (69% of max value = 765). Red value is 208 (81.64% from 255 or 39.54% from 526); Green value is 210 (82.42% from 255 or 39.92% from 526); Blue value is 108 (42.58% from 255 or 20.53% from 526); Max value from RGB is 210 - color contains mainly: green. Hex color #D0D26C is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D0D26C is #2F2D93. Grayscale: #C6C6C6. Windows color (decimal): -3091860 or 7131856. OLE color: 7131856.

HSL color Cylindrical-coordinate representation of color #D0D26C: hue angle of 61.18º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D0D26C is Cyan = 0.01, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB208210108-
CMYK0.0100.490.18
HSL61.18º53.12%62.35%-
HSV(B)61.18º48.57%82.35%-
XYZ51.7760.5923.15-
YUV197.7777.34135.29-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 39.54%
GREEN value IS 210 (82.42% from 255) = 39.92%
BLUE value IS 108 (42.58% from 255) = 20.53%
R=39.54%
G=39.92%
B=20.53%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2082101080.0100.490.1861.1853.1262.35
HexD0D26C1031123d353e
Octal320322154106122756576
Binary110100001101001011011001011000110010111101110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D26C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D26C; }

 p { color: rgb(208,210,108); }

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

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

 a { background-color: rgb(208,210,108); }

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

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

 span { border-color: rgb(208,210,108); }

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