Html Css Color HEX #CAB528 Old Gold

📋 copy color: '#CAB528'

red 202 ◦ green 181 ◦ blue 40

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

Shades of Old Gold #CAB528

Tints of Old Gold #CAB528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.46%

R = 47.75%
G = 42.79%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAB528 (or 0xCAB528) is known color: Old Gold. HEX triplet: CA, B5 and 28. RGB value is (202,181,40). Sum of RGB (Red+Green+Blue) = 202+181+40=423 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.75% from 423); Green value is 181 (71.09% from 255 or 42.79% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB528 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB528 is #354AD7. Grayscale: #ABABAB. Windows color (decimal): -3492568 or 2667978. OLE color: 2667978.

HSL color Cylindrical-coordinate representation of color #CAB528: hue angle of 52.22º degrees, saturation: 0.67, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #CAB528 is Cyan = 0, Magento = 0.10, Yellow = 0.80 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 181 40 -
CMYK 0 0.10 0.80 0.21
HSL 52.22º 0.67% 0.47% -
HSV(B) 52.22º 0.8% 0.79% -
XYZ 41.26 45.76 8.66 -
YUV 171.21 53.96 149.96 -
System Red Green Blue C M Y K H S L
Decimal 202 181 40 0 0.10 0.80 0.21 52.22 0.67 0.47
Hex CA B5 28 0 A 50 15 34 43 2F
Octal 312 265 50 0 12 120 25 64 103 57
Binary 11001010 10110101 101000 0 1010 1010000 10101 110100 1000011 101111

Color Harmonies of #CAB528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB528

Black with #CAB528

Text Example


Text Example

White with #CAB528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB528; }

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

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

background-color css

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

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

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

border-color css

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

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

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