#CABA2B

Color #CABA2B Old Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Gold #CABA2B

Tints of Old Gold #CABA2B

Color information

#CABA2B (or 0xCABA2B) is unknown color: approx Old Gold. HEX triplet: CA, BA and 2B. RGB value is (202,186,43). Sum of RGB (Red+Green+Blue) = 202+186+43=431 (57% of max value = 765). Red value is 202 (79.30% from 255 or 46.87% from 431); Green value is 186 (73.05% from 255 or 43.16% from 431); Blue value is 43 (17.19% from 255 or 9.98% from 431); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA2B is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA2B is #3545D4. Grayscale: #AFAFAF. Windows color (decimal): -3491285 or 2865866. OLE color: 2865866.

HSL color Cylindrical-coordinate representation of color #CABA2B: hue angle of 53.96º degrees, saturation: 0.65, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CABA2B is Cyan = 0, Magento = 0.08, Yellow = 0.79 and Black (K on CMYK) = 0.21.

Color convert

RGB20218643-
CMYK00.080.790.21
HSL53.96º64.9%48.04%-
HSV(B)53.96º78.71%79.22%-
XYZ42.3547.859.29-
YUV174.4853.8147.63-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 46.87%
GREEN value IS 186 (73.05% from 255) = 43.16%
BLUE value IS 43 (17.19% from 255) = 9.98%
R=46.87%
G=43.16%
B=9.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.79
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021864300.080.790.2153.9664.948.04
HexCABA2B084F15364130
Octal31227253010117256610160
Binary1100101010111010101011010001001111101011101101000001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA2B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA2B; }

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

 H1.HeaderClassName
 {
   color: #CABA2B;
 }
 .AnyTagClassName
 {
   color: #CABA2B;
 }
</style>
background-color css

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

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

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

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

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

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