Html Css Color HEX #D2C032 Old Gold

📋 copy color: '#D2C032'

red 210 ◦ green 192 ◦ blue 50

#D2C032
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Old Gold #D2C032

Tints of Old Gold #D2C032

RGB

 RED value IS 210 (82.42% from 255) = 46.46%

 GREEN value IS 192 (75.39% from 255) = 42.48%

 BLUE value IS 50 (19.92% from 255) = 11.06%

R = 46.46%
G = 42.48%
B = 11.06%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D2C032 (or 0xD2C032) is known color: Old Gold. HEX triplet: D2, C0 and 32. RGB value is (210,192,50). Sum of RGB (Red+Green+Blue) = 210+192+50=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 192 (75.39% from 255 or 42.48% from 452); Blue value is 50 (19.92% from 255 or 11.06% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D2C032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #D2C032 is #2D3FCD. Grayscale: #B5B5B5. Windows color (decimal): -2965454 or 3326162. OLE color: 3326162.

HSL color Cylindrical-coordinate representation of color #D2C032: hue angle of 53.25º 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 #D2C032 is Cyan = 0, Magento = 0.09, Yellow = 0.76 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 192 50 -
CMYK 0 0.09 0.76 0.18
HSL 53.25º 0.64% 0.51% -
HSV(B) 53.25º 0.76% 0.82% -
XYZ 46 51.63 10.56 -
YUV 181.19 53.96 148.55 -
System Red Green Blue C M Y K H S L
Decimal 210 192 50 0 0.09 0.76 0.18 53.25 0.64 0.51
Hex D2 C0 32 0 9 4C 12 35 40 33
Octal 322 300 62 0 11 114 22 65 100 63
Binary 11010010 11000000 110010 0 1001 1001100 10010 110101 1000000 110011

Color Harmonies of #D2C032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D2C032

Black with #D2C032

Text Example


Text Example

White with #D2C032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D2C032; }

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

 H1.HeaderClassName
 {
   color: #D2C032;
 }
 .AnyTagClassName
 {
   color: #D2C032;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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