Html Css Color HEX #CAC037 Old Gold

📋 copy color: '#CAC037'

red 202 ◦ green 192 ◦ blue 55

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

Shades of Old Gold #CAC037

Tints of Old Gold #CAC037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.25%

R = 44.99%
G = 42.76%
B = 12.25%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CAC037 (or 0xCAC037) is known color: Old Gold. HEX triplet: CA, C0 and 37. RGB value is (202,192,55). Sum of RGB (Red+Green+Blue) = 202+192+55=449 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.99% from 449); Green value is 192 (75.39% from 255 or 42.76% from 449); Blue value is 55 (21.88% from 255 or 12.25% from 449); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC037 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC037 is #353FC8. Grayscale: #B3B3B3. Windows color (decimal): -3489737 or 3653834. OLE color: 3653834.

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

Color convert

RGB 202 192 55 -
CMYK 0 0.05 0.73 0.21
HSL 55.92º 0.58% 0.5% -
HSV(B) 55.92º 0.73% 0.79% -
XYZ 43.9 50.53 11.05 -
YUV 179.37 57.81 144.14 -
System Red Green Blue C M Y K H S L
Decimal 202 192 55 0 0.05 0.73 0.21 55.92 0.58 0.5
Hex CA C0 37 0 5 49 15 38 3A 32
Octal 312 300 67 0 5 111 25 70 72 62
Binary 11001010 11000000 110111 0 101 1001001 10101 111000 111010 110010

Color Harmonies of #CAC037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC037

Black with #CAC037

Text Example


Text Example

White with #CAC037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC037; }

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

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

background-color css

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

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

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

border-color css

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

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

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