#D2CC63

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

Shades of Goldenrod #D2CC63

Tints of Goldenrod #D2CC63

Color information

#D2CC63 (or 0xD2CC63) is unknown color: approx Goldenrod. HEX triplet: D2, CC and 63. RGB value is (210,204,99). Sum of RGB (Red+Green+Blue) = 210+204+99=513 (67% of max value = 765). Red value is 210 (82.42% from 255 or 40.94% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 99 (39.06% from 255 or 19.30% from 513); Max value from RGB is 210 - color contains mainly: red. Hex color #D2CC63 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D2CC63 is #2D339C. Grayscale: #C2C2C2. Windows color (decimal): -2962333 or 6540498. OLE color: 6540498.

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

Color convert

RGB21020499-
CMYK00.030.530.18
HSL56.76º55.22%60.59%-
HSV(B)56.76º52.86%82.35%-
XYZ50.4257.7920.3-
YUV193.8274.49139.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 40.94%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 99 (39.06% from 255) = 19.30%
R=40.94%
G=39.77%
B=19.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.53
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2102049900.030.530.1856.7655.2260.59
HexD2CC6303351239373d
Octal322314143036522716775
Binary1101001011001100110001101111010110010111001110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2CC63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2CC63; }

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

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

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

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

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

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

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

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