Html Css Color HEX #CAB637 Old Gold

📋 copy color: '#CAB637'

red 202 ◦ green 182 ◦ blue 55

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

Shades of Old Gold #CAB637

Tints of Old Gold #CAB637

RGB

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

 GREEN value IS 182 (71.48% from 255) = 41.46%

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

R = 46.01%
G = 41.46%
B = 12.53%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.73

 K value IS 0.21

RGB Variations

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

Color information

#CAB637 (or 0xCAB637) is known color: Old Gold. HEX triplet: CA, B6 and 37. RGB value is (202,182,55). Sum of RGB (Red+Green+Blue) = 202+182+55=439 (58% of max value = 765). Red value is 202 (79.30% from 255 or 46.01% from 439); Green value is 182 (71.48% from 255 or 41.46% from 439); Blue value is 55 (21.88% from 255 or 12.53% from 439); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB637 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB637 is #3549C8. Grayscale: #AEAEAE. Windows color (decimal): -3492297 or 3651274. OLE color: 3651274.

HSL color Cylindrical-coordinate representation of color #CAB637: hue angle of 51.84º 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 #CAB637 is Cyan = 0, Magento = 0.10, Yellow = 0.73 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 182 55 -
CMYK 0 0.10 0.73 0.21
HSL 51.84º 0.58% 0.5% -
HSV(B) 51.84º 0.73% 0.79% -
XYZ 41.77 46.29 10.35 -
YUV 173.5 61.13 148.33 -
System Red Green Blue C M Y K H S L
Decimal 202 182 55 0 0.10 0.73 0.21 51.84 0.58 0.5
Hex CA B6 37 0 A 49 15 34 3A 32
Octal 312 266 67 0 12 111 25 64 72 62
Binary 11001010 10110110 110111 0 1010 1001001 10101 110100 111010 110010

Color Harmonies of #CAB637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB637

Black with #CAB637

Text Example


Text Example

White with #CAB637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB637; }

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

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

background-color css

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

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

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

border-color css

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

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

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