Html Css Color HEX #CAB731 Old Gold

📋 copy color: '#CAB731'

red 202 ◦ green 183 ◦ blue 49

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

Shades of Old Gold #CAB731

Tints of Old Gold #CAB731

RGB

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

 GREEN value IS 183 (71.88% from 255) = 42.17%

 BLUE value IS 49 (19.53% from 255) = 11.29%

R = 46.54%
G = 42.17%
B = 11.29%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CAB731 (or 0xCAB731) is known color: Old Gold. HEX triplet: CA, B7 and 31. RGB value is (202,183,49). Sum of RGB (Red+Green+Blue) = 202+183+49=434 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.54% from 434); Green value is 183 (71.88% from 255 or 42.17% from 434); Blue value is 49 (19.53% from 255 or 11.29% from 434); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB731 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB731 is #3548CE. Grayscale: #ADADAD. Windows color (decimal): -3492047 or 3258314. OLE color: 3258314.

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

Color convert

RGB 202 183 49 -
CMYK 0 0.09 0.76 0.21
HSL 52.55º 0.61% 0.49% -
HSV(B) 52.55º 0.76% 0.79% -
XYZ 41.84 46.65 9.7 -
YUV 173.41 57.79 148.4 -
System Red Green Blue C M Y K H S L
Decimal 202 183 49 0 0.09 0.76 0.21 52.55 0.61 0.49
Hex CA B7 31 0 9 4C 15 35 3D 31
Octal 312 267 61 0 11 114 25 65 75 61
Binary 11001010 10110111 110001 0 1001 1001100 10101 110101 111101 110001

Color Harmonies of #CAB731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB731

Black with #CAB731

Text Example


Text Example

White with #CAB731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB731; }

 p { color: rgb(202,183,49); }

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

background-color css

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

 a { background-color: rgb(202,183,49); }

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

border-color css

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

 span { border-color: rgb(202,183,49); }

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