#D2D963

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

Shades of Goldenrod #D2D963

Tints of Goldenrod #D2D963

Color information

#D2D963 (or 0xD2D963) is unknown color: approx Goldenrod. HEX triplet: D2, D9 and 63. RGB value is (210,217,99). Sum of RGB (Red+Green+Blue) = 210+217+99=526 (69% of max value = 765). Red value is 210 (82.42% from 255 or 39.92% from 526); Green value is 217 (85.16% from 255 or 41.25% from 526); Blue value is 99 (39.06% from 255 or 18.82% from 526); Max value from RGB is 217 - color contains mainly: green. Hex color #D2D963 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2D963 is #2D269C. Grayscale: #C9C9C9. Windows color (decimal): -2959005 or 6543826. OLE color: 6543826.

HSL color Cylindrical-coordinate representation of color #D2D963: hue angle of 63.56º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D2D963 is Cyan = 0.03, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.15.

Color convert

RGB21021799-
CMYK0.0300.540.15
HSL63.56º60.82%61.96%-
HSV(B)63.56º54.38%85.1%-
XYZ53.6464.2321.37-
YUV201.4670.18134.09-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 39.92%
GREEN value IS 217 (85.16% from 255) = 41.25%
BLUE value IS 99 (39.06% from 255) = 18.82%
R=39.92%
G=41.25%
B=18.82%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal210217990.0300.540.1563.5660.8261.96
HexD2D9633036F403d3e
Octal3223311433066171007576
Binary1101001011011001110001111011011011111000000111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D963; }

 p { color: rgb(210,217,99); }

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

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

 a { background-color: rgb(210,217,99); }

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

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

 span { border-color: rgb(210,217,99); }

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