Html Css Color HEX #CAC032 Old Gold

📋 copy color: '#CAC032'

red 202 ◦ green 192 ◦ blue 50

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

Shades of Old Gold #CAC032

Tints of Old Gold #CAC032

RGB

 RED value IS 202 (79.3% from 255) = 45.5%

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

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

R = 45.5%
G = 43.24%
B = 11.26%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAC032 (or 0xCAC032) is known color: Old Gold. HEX triplet: CA, C0 and 32. RGB value is (202,192,50). Sum of RGB (Red+Green+Blue) = 202+192+50=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 192 (75.39% from 255 or 43.24% from 444); Blue value is 50 (19.92% from 255 or 11.26% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC032 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC032 is #353FCD. Grayscale: #B3B3B3. Windows color (decimal): -3489742 or 3326154. OLE color: 3326154.

HSL color Cylindrical-coordinate representation of color #CAC032: hue angle of 56.05º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAC032 is Cyan = 0, Magento = 0.05, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 192 50 -
CMYK 0 0.05 0.75 0.21
HSL 56.05º 0.6% 0.49% -
HSV(B) 56.05º 0.75% 0.79% -
XYZ 43.78 50.49 10.45 -
YUV 178.8 55.31 144.55 -
System Red Green Blue C M Y K H S L
Decimal 202 192 50 0 0.05 0.75 0.21 56.05 0.6 0.49
Hex CA C0 32 0 5 4B 15 38 3C 31
Octal 312 300 62 0 5 113 25 70 74 61
Binary 11001010 11000000 110010 0 101 1001011 10101 111000 111100 110001

Color Harmonies of #CAC032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC032

Black with #CAC032

Text Example


Text Example

White with #CAC032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC032; }

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

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

background-color css

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

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

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

border-color css

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

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

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