#CAC041

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

Shades of Old Gold #CAC041

Tints of Old Gold #CAC041

Color information

#CAC041 (or 0xCAC041) is unknown color: approx Old Gold. HEX triplet: CA, C0 and 41. RGB value is (202,192,65). Sum of RGB (Red+Green+Blue) = 202+192+65=459 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.01% from 459); Green value is 192 (75.39% from 255 or 41.83% from 459); Blue value is 65 (25.78% from 255 or 14.16% from 459); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC041 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC041 is #353FBE. Grayscale: #B5B5B5. Windows color (decimal): -3489727 or 4309194. OLE color: 4309194.

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

Color convert

RGB20219265-
CMYK00.050.680.21
HSL55.62º56.38%52.35%-
HSV(B)55.62º67.82%79.22%-
XYZ44.1650.6412.45-
YUV180.5162.81143.33-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.01%
GREEN value IS 192 (75.39% from 255) = 41.83%
BLUE value IS 65 (25.78% from 255) = 14.16%
R=44.01%
G=41.83%
B=14.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.68
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021926500.050.680.2155.6256.3852.35
HexCAC041054415383834
Octal3123001010510425707064
Binary110010101100000010000010101100010010101111000111000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC041

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC041; }

 p { color: rgb(202,192,65); }

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

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

 a { background-color: rgb(202,192,65); }

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

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

 span { border-color: rgb(202,192,65); }

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