Html Css Color HEX #CABA31 Old Gold

📋 copy color: '#CABA31'

red 202 ◦ green 186 ◦ blue 49

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

Shades of Old Gold #CABA31

Tints of Old Gold #CABA31

RGB

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

 GREEN value IS 186 (73.05% from 255) = 42.56%

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

R = 46.22%
G = 42.56%
B = 11.21%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.76

 K value IS 0.21

RGB Variations

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

Color information

#CABA31 (or 0xCABA31) is known color: Old Gold. HEX triplet: CA, BA and 31. RGB value is (202,186,49). Sum of RGB (Red+Green+Blue) = 202+186+49=437 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.22% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 49 (19.53% from 255 or 11.21% from 437); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA31 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA31 is #3545CE. Grayscale: #AFAFAF. Windows color (decimal): -3491279 or 3259082. OLE color: 3259082.

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

Color convert

RGB 202 186 49 -
CMYK 0 0.08 0.76 0.21
HSL 53.73º 0.61% 0.49% -
HSV(B) 53.73º 0.76% 0.79% -
XYZ 42.47 47.9 9.91 -
YUV 175.17 56.8 147.14 -
System Red Green Blue C M Y K H S L
Decimal 202 186 49 0 0.08 0.76 0.21 53.73 0.61 0.49
Hex CA BA 31 0 8 4C 15 36 3D 31
Octal 312 272 61 0 10 114 25 66 75 61
Binary 11001010 10111010 110001 0 1000 1001100 10101 110110 111101 110001

Color Harmonies of #CABA31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CABA31

Black with #CABA31

Text Example


Text Example

White with #CABA31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CABA31; }

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

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

background-color css

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

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

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

border-color css

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

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

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