#CABA43

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

Shades of Old Gold #CABA43

Tints of Old Gold #CABA43

Color information

#CABA43 (or 0xCABA43) is unknown color: approx Old Gold. HEX triplet: CA, BA and 43. RGB value is (202,186,67). Sum of RGB (Red+Green+Blue) = 202+186+67=455 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.40% from 455); Green value is 186 (73.05% from 255 or 40.88% from 455); Blue value is 67 (26.56% from 255 or 14.73% from 455); Max value from RGB is 202 - color contains mainly: red. Hex color #CABA43 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CABA43 is #3545BC. Grayscale: #B1B1B1. Windows color (decimal): -3491261 or 4438730. OLE color: 4438730.

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

Color convert

RGB20218667-
CMYK00.080.670.21
HSL52.89º56.02%52.75%-
HSV(B)52.89º66.83%79.22%-
XYZ42.9348.0812.33-
YUV177.2265.8145.68-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.40%
GREEN value IS 186 (73.05% from 255) = 40.88%
BLUE value IS 67 (26.56% from 255) = 14.73%
R=44.40%
G=40.88%
B=14.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.67
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021866700.080.670.2152.8956.0252.75
HexCABA43084315353835
Octal31227210301010325657065
Binary1100101010111010100001101000100001110101110101111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CABA43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CABA43; }

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

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

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

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

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

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

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

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