Html Css Color HEX #CAB137 Old Gold

📋 copy color: '#CAB137'

red 202 ◦ green 177 ◦ blue 55

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

Shades of Old Gold #CAB137

Tints of Old Gold #CAB137

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 12.67%

R = 46.54%
G = 40.78%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CAB137 (or 0xCAB137) is known color: Old Gold. HEX triplet: CA, B1 and 37. RGB value is (202,177,55). Sum of RGB (Red+Green+Blue) = 202+177+55=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 177 (69.53% from 255 or 40.78% from 434); Blue value is 55 (21.88% from 255 or 12.67% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB137 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CAB137 is #354EC8. Grayscale: #ABABAB. Windows color (decimal): -3493577 or 3649994. OLE color: 3649994.

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

Color convert

RGB 202 177 55 -
CMYK 0 0.12 0.73 0.21
HSL 49.8º 0.58% 0.5% -
HSV(B) 49.8º 0.73% 0.79% -
XYZ 40.77 44.28 10.01 -
YUV 170.57 62.78 150.42 -
System Red Green Blue C M Y K H S L
Decimal 202 177 55 0 0.12 0.73 0.21 49.8 0.58 0.5
Hex CA B1 37 0 C 49 15 32 3A 32
Octal 312 261 67 0 14 111 25 62 72 62
Binary 11001010 10110001 110111 0 1100 1001001 10101 110010 111010 110010

Color Harmonies of #CAB137

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB137

Black with #CAB137

Text Example


Text Example

White with #CAB137

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB137; }

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

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

background-color css

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

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

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

border-color css

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

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

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