#CABA45

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

Shades of Old Gold #CABA45

Tints of Old Gold #CABA45

Color information

#CABA45 (or 0xCABA45) is unknown color: approx Old Gold. HEX triplet: CA, BA and 45. RGB value is (202,186,69). Sum of RGB (Red+Green+Blue) = 202+186+69=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 186 (73.05% from 255 or 40.70% from 457); Blue value is 69 (27.34% from 255 or 15.10% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA45 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA45 is #3545BA. Grayscale: #B1B1B1. Windows color (decimal): -3491259 or 4569802. OLE color: 4569802.

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

Color convert

RGB20218669-
CMYK00.080.660.21
HSL52.78º55.65%53.14%-
HSV(B)52.78º65.84%79.22%-
XYZ42.9948.112.65-
YUV177.4566.8145.51-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 186 (73.05% from 255) = 40.70%
BLUE value IS 69 (27.34% from 255) = 15.10%
R=44.20%
G=40.70%
B=15.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.66
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021866900.080.660.2152.7855.6553.14
HexCABA45084215353835
Octal31227210501010225657065
Binary1100101010111010100010101000100001010101110101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA45; }

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

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

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

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

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

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

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

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