Html Css Color HEX #CAB531 Old Gold

📋 copy color: '#CAB531'

red 202 ◦ green 181 ◦ blue 49

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

Shades of Old Gold #CAB531

Tints of Old Gold #CAB531

RGB

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

 GREEN value IS 181 (71.09% from 255) = 41.9%

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

R = 46.76%
G = 41.9%
B = 11.34%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAB531 (or 0xCAB531) is known color: Old Gold. HEX triplet: CA, B5 and 31. RGB value is (202,181,49). Sum of RGB (Red+Green+Blue) = 202+181+49=432 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.76% from 432); Green value is 181 (71.09% from 255 or 41.90% from 432); Blue value is 49 (19.53% from 255 or 11.34% from 432); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB531 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB531 is #354ACE. Grayscale: #ACACAC. Windows color (decimal): -3492559 or 3257802. OLE color: 3257802.

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

Color convert

RGB 202 181 49 -
CMYK 0 0.10 0.76 0.21
HSL 51.76º 0.61% 0.49% -
HSV(B) 51.76º 0.76% 0.79% -
XYZ 41.44 45.83 9.57 -
YUV 172.23 58.46 149.23 -
System Red Green Blue C M Y K H S L
Decimal 202 181 49 0 0.10 0.76 0.21 51.76 0.61 0.49
Hex CA B5 31 0 A 4C 15 34 3D 31
Octal 312 265 61 0 12 114 25 64 75 61
Binary 11001010 10110101 110001 0 1010 1001100 10101 110100 111101 110001

Color Harmonies of #CAB531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB531

Black with #CAB531

Text Example


Text Example

White with #CAB531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB531; }

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

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

background-color css

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

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

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

border-color css

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

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

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