Html Css Color HEX #CAB329 Old Gold

📋 copy color: '#CAB329'

red 202 ◦ green 179 ◦ blue 41

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

Shades of Old Gold #CAB329

Tints of Old Gold #CAB329

RGB

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

 GREEN value IS 179 (70.31% from 255) = 42.42%

 BLUE value IS 41 (16.41% from 255) = 9.72%

R = 47.87%
G = 42.42%
B = 9.72%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.80

 K value IS 0.21

RGB Variations

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

Color information

#CAB329 (or 0xCAB329) is known color: Old Gold. HEX triplet: CA, B3 and 29. RGB value is (202,179,41). Sum of RGB (Red+Green+Blue) = 202+179+41=422 (55% of max value = 765). Red value is 202 (79.30% from 255 or 47.87% from 422); Green value is 179 (70.31% from 255 or 42.42% from 422); Blue value is 41 (16.41% from 255 or 9.72% from 422); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB329 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB329 is #354CD6. Grayscale: #AAAAAA. Windows color (decimal): -3493079 or 2733002. OLE color: 2733002.

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

Color convert

RGB 202 179 41 -
CMYK 0 0.11 0.80 0.21
HSL 51.43º 0.66% 0.48% -
HSV(B) 51.43º 0.8% 0.79% -
XYZ 40.88 44.96 8.62 -
YUV 170.15 55.12 150.72 -
System Red Green Blue C M Y K H S L
Decimal 202 179 41 0 0.11 0.80 0.21 51.43 0.66 0.48
Hex CA B3 29 0 B 50 15 33 42 30
Octal 312 263 51 0 13 120 25 63 102 60
Binary 11001010 10110011 101001 0 1011 1010000 10101 110011 1000010 110000

Color Harmonies of #CAB329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB329

Black with #CAB329

Text Example


Text Example

White with #CAB329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB329; }

 p { color: rgb(202,179,41); }

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

background-color css

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

 a { background-color: rgb(202,179,41); }

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

border-color css

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

 span { border-color: rgb(202,179,41); }

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