Html Css Color HEX #CAB831 Old Gold

📋 copy color: '#CAB831'

red 202 ◦ green 184 ◦ blue 49

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

Shades of Old Gold #CAB831

Tints of Old Gold #CAB831

RGB

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

 GREEN value IS 184 (72.27% from 255) = 42.3%

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

R = 46.44%
G = 42.3%
B = 11.26%

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

#CAB831 (or 0xCAB831) is known color: Old Gold. HEX triplet: CA, B8 and 31. RGB value is (202,184,49). Sum of RGB (Red+Green+Blue) = 202+184+49=435 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.44% from 435); Green value is 184 (72.27% from 255 or 42.30% from 435); Blue value is 49 (19.53% from 255 or 11.26% from 435); Max value from RGB is 202 - color contains mainly: red. Hex color #CAB831 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAB831 is #3547CE. Grayscale: #AEAEAE. Windows color (decimal): -3491791 or 3258570. OLE color: 3258570.

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

Color convert

RGB 202 184 49 -
CMYK 0 0.09 0.76 0.21
HSL 52.94º 0.61% 0.49% -
HSV(B) 52.94º 0.76% 0.79% -
XYZ 42.05 47.06 9.77 -
YUV 173.99 57.46 147.98 -
System Red Green Blue C M Y K H S L
Decimal 202 184 49 0 0.09 0.76 0.21 52.94 0.61 0.49
Hex CA B8 31 0 9 4C 15 35 3D 31
Octal 312 270 61 0 11 114 25 65 75 61
Binary 11001010 10111000 110001 0 1001 1001100 10101 110101 111101 110001

Color Harmonies of #CAB831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CAB831

Black with #CAB831

Text Example


Text Example

White with #CAB831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CAB831; }

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

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

background-color css

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

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

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

border-color css

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

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

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