Html Css Color HEX #CAB132 Old Gold

📋 copy color: '#CAB132'

red 202 ◦ green 177 ◦ blue 50

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

Shades of Old Gold #CAB132

Tints of Old Gold #CAB132

RGB

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

 GREEN value IS 177 (69.53% from 255) = 41.26%

 BLUE value IS 50 (19.92% from 255) = 11.66%

R = 47.09%
G = 41.26%
B = 11.66%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.75

 K value IS 0.21

RGB Variations

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

Color information

#CAB132 (or 0xCAB132) is known color: Old Gold. HEX triplet: CA, B1 and 32. RGB value is (202,177,50). Sum of RGB (Red+Green+Blue) = 202+177+50=429 (56% of max value = 765). Red value is 202 (79.30% from 255 or 47.09% from 429); Green value is 177 (69.53% from 255 or 41.26% from 429); Blue value is 50 (19.92% from 255 or 11.66% from 429); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB132 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB132 is #354ECD. Grayscale: #AAAAAA. Windows color (decimal): -3493582 or 3322314. OLE color: 3322314.

HSL color Cylindrical-coordinate representation of color #CAB132: hue angle of 50.13º degrees, saturation: 0.6, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #CAB132 is Cyan = 0, Magento = 0.12, Yellow = 0.75 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 177 50 -
CMYK 0 0.12 0.75 0.21
HSL 50.13º 0.6% 0.49% -
HSV(B) 50.13º 0.75% 0.79% -
XYZ 40.65 44.23 9.41 -
YUV 170 60.28 150.83 -
System Red Green Blue C M Y K H S L
Decimal 202 177 50 0 0.12 0.75 0.21 50.13 0.6 0.49
Hex CA B1 32 0 C 4B 15 32 3C 31
Octal 312 261 62 0 14 113 25 62 74 61
Binary 11001010 10110001 110010 0 1100 1001011 10101 110010 111100 110001

Color Harmonies of #CAB132

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB132

Black with #CAB132

Text Example


Text Example

White with #CAB132

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB132; }

 p { color: rgb(202,177,50); }

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

background-color css

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

 a { background-color: rgb(202,177,50); }

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

border-color css

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

 span { border-color: rgb(202,177,50); }

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