#D2C033

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

Shades of Old Gold #D2C033

Tints of Old Gold #D2C033

Color information

#D2C033 (or 0xD2C033) is unknown color: approx Old Gold. HEX triplet: D2, C0 and 33. RGB value is (210,192,51). Sum of RGB (Red+Green+Blue) = 210+192+51=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 192 (75.39% from 255 or 42.38% from 453); Blue value is 51 (20.31% from 255 or 11.26% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C033 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C033 is #2D3FCC. Grayscale: #B5B5B5. Windows color (decimal): -2965453 or 3391698. OLE color: 3391698.

HSL color Cylindrical-coordinate representation of color #D2C033: hue angle of 53.21º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2C033 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB21019251-
CMYK00.090.760.18
HSL53.21º63.86%51.18%-
HSV(B)53.21º75.71%82.35%-
XYZ46.0351.6410.67-
YUV181.3154.46148.46-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.36%
GREEN value IS 192 (75.39% from 255) = 42.38%
BLUE value IS 51 (20.31% from 255) = 11.26%
R=46.36%
G=42.38%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.76
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2101925100.090.760.1853.2163.8651.18
HexD2C033094C12354033
Octal32230063011114226510063
Binary1101001011000000110011010011001100100101101011000000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2C033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2C033; }

 p { color: rgb(210,192,51); }

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

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

 a { background-color: rgb(210,192,51); }

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

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

 span { border-color: rgb(210,192,51); }

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