Html Css Color HEX #CAB32C Old Gold

📋 copy color: '#CAB32C'

red 202 ◦ green 179 ◦ blue 44

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

Shades of Old Gold #CAB32C

Tints of Old Gold #CAB32C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.35%

R = 47.53%
G = 42.12%
B = 10.35%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.78

 K value IS 0.21

RGB Variations

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

Color information

#CAB32C (or 0xCAB32C) is known color: Old Gold. HEX triplet: CA, B3 and 2C. RGB value is (202,179,44). Sum of RGB (Red+Green+Blue) = 202+179+44=425 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.53% from 425); Green value is 179 (70.31% from 255 or 42.12% from 425); Blue value is 44 (17.58% from 255 or 10.35% from 425); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB32C is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB32C is #354CD3. Grayscale: #ABABAB. Windows color (decimal): -3493076 or 2929610. OLE color: 2929610.

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

Color convert

RGB 202 179 44 -
CMYK 0 0.11 0.78 0.21
HSL 51.27º 0.64% 0.48% -
HSV(B) 51.27º 0.78% 0.79% -
XYZ 40.93 44.98 8.91 -
YUV 170.49 56.62 150.48 -
System Red Green Blue C M Y K H S L
Decimal 202 179 44 0 0.11 0.78 0.21 51.27 0.64 0.48
Hex CA B3 2C 0 B 4E 15 33 40 30
Octal 312 263 54 0 13 116 25 63 100 60
Binary 11001010 10110011 101100 0 1011 1001110 10101 110011 1000000 110000

Color Harmonies of #CAB32C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB32C

Black with #CAB32C

Text Example


Text Example

White with #CAB32C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB32C; }

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

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

background-color css

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

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

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

border-color css

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

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

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