#CAC03F

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

Shades of Old Gold #CAC03F

Tints of Old Gold #CAC03F

Color information

#CAC03F (or 0xCAC03F) is unknown color: approx Old Gold. HEX triplet: CA, C0 and 3F. RGB value is (202,192,63). Sum of RGB (Red+Green+Blue) = 202+192+63=457 (60% of max value = 765). Red value is 202 (79.30% from 255 or 44.20% from 457); Green value is 192 (75.39% from 255 or 42.01% from 457); Blue value is 63 (25% from 255 or 13.79% from 457); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC03F is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC03F is #353FC0. Grayscale: #B4B4B4. Windows color (decimal): -3489729 or 4178122. OLE color: 4178122.

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

Color convert

RGB20219263-
CMYK00.050.690.21
HSL55.68º56.73%51.96%-
HSV(B)55.68º68.81%79.22%-
XYZ44.150.6112.15-
YUV180.2861.81143.49-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.20%
GREEN value IS 192 (75.39% from 255) = 42.01%
BLUE value IS 63 (25% from 255) = 13.79%
R=44.20%
G=42.01%
B=13.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.69
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021926300.050.690.2155.6856.7351.96
HexCAC03F054515383934
Octal312300770510525707164
Binary11001010110000001111110101100010110101111000111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC03F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC03F; }

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

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

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

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

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

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

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

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