Html Css Color HEX #CAC131 Old Gold

📋 copy color: '#CAC131'

red 202 ◦ green 193 ◦ blue 49

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

Shades of Old Gold #CAC131

Tints of Old Gold #CAC131

RGB

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

 GREEN value IS 193 (75.78% from 255) = 43.47%

 BLUE value IS 49 (19.53% from 255) = 11.04%

R = 45.5%
G = 43.47%
B = 11.04%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAC131 (or 0xCAC131) is known color: Old Gold. HEX triplet: CA, C1 and 31. RGB value is (202,193,49). Sum of RGB (Red+Green+Blue) = 202+193+49=444 (58% of max value = 765). Red value is 202 (79.30% from 255 or 45.50% from 444); Green value is 193 (75.78% from 255 or 43.47% from 444); Blue value is 49 (19.53% from 255 or 11.04% from 444); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC131 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC131 is #353ECE. Grayscale: #B3B3B3. Windows color (decimal): -3489487 or 3260874. OLE color: 3260874.

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

Color convert

RGB 202 193 49 -
CMYK 0 0.04 0.76 0.21
HSL 56.47º 0.61% 0.49% -
HSV(B) 56.47º 0.76% 0.79% -
XYZ 43.98 50.92 10.42 -
YUV 179.28 54.48 144.21 -
System Red Green Blue C M Y K H S L
Decimal 202 193 49 0 0.04 0.76 0.21 56.47 0.61 0.49
Hex CA C1 31 0 4 4C 15 38 3D 31
Octal 312 301 61 0 4 114 25 70 75 61
Binary 11001010 11000001 110001 0 100 1001100 10101 111000 111101 110001

Color Harmonies of #CAC131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAC131

Black with #CAC131

Text Example


Text Example

White with #CAC131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAC131; }

 p { color: rgb(202,193,49); }

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

background-color css

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

 a { background-color: rgb(202,193,49); }

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

border-color css

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

 span { border-color: rgb(202,193,49); }

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