Html Css Color HEX #CAB535 Old Gold

📋 copy color: '#CAB535'

red 202 ◦ green 181 ◦ blue 53

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

Shades of Old Gold #CAB535

Tints of Old Gold #CAB535

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 12.16%

R = 46.33%
G = 41.51%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.74

 K value IS 0.21

RGB Variations

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

Color information

#CAB535 (or 0xCAB535) is known color: Old Gold. HEX triplet: CA, B5 and 35. RGB value is (202,181,53). Sum of RGB (Red+Green+Blue) = 202+181+53=436 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.33% from 436); Green value is 181 (71.09% from 255 or 41.51% from 436); Blue value is 53 (21.09% from 255 or 12.16% from 436); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB535 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB535 is #354ACA. Grayscale: #ADADAD. Windows color (decimal): -3492555 or 3519946. OLE color: 3519946.

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

Color convert

RGB 202 181 53 -
CMYK 0 0.10 0.74 0.21
HSL 51.54º 0.58% 0.5% -
HSV(B) 51.54º 0.74% 0.79% -
XYZ 41.52 45.86 10.03 -
YUV 172.69 60.46 148.91 -
System Red Green Blue C M Y K H S L
Decimal 202 181 53 0 0.10 0.74 0.21 51.54 0.58 0.5
Hex CA B5 35 0 A 4A 15 34 3A 32
Octal 312 265 65 0 12 112 25 64 72 62
Binary 11001010 10110101 110101 0 1010 1001010 10101 110100 111010 110010

Color Harmonies of #CAB535

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB535

Black with #CAB535

Text Example


Text Example

White with #CAB535

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB535; }

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

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

background-color css

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

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

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

border-color css

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

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

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