#CAC038

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

Shades of Old Gold #CAC038

Tints of Old Gold #CAC038

Color information

#CAC038 (or 0xCAC038) is unknown color: approx Old Gold. HEX triplet: CA, C0 and 38. RGB value is (202,192,56). Sum of RGB (Red+Green+Blue) = 202+192+56=450 (59% of max value = 765). Red value is 202 (79.30% from 255 or 44.89% from 450); Green value is 192 (75.39% from 255 or 42.67% from 450); Blue value is 56 (22.27% from 255 or 12.44% from 450); Max value from RGB is 202 - color contains mainly: red. Hex color #CAC038 is not a web safe color. Web safe color analog (approx): #CCCC33. Inversed color of #CAC038 is #353FC7. Grayscale: #B4B4B4. Windows color (decimal): -3489736 or 3719370. OLE color: 3719370.

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

Color convert

RGB20219256-
CMYK00.050.720.21
HSL55.89º57.94%50.59%-
HSV(B)55.89º72.28%79.22%-
XYZ43.9250.5411.18-
YUV179.4958.31144.06-

RGB Variations

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

RGB

RED value IS 202 (79.30% from 255) = 44.89%
GREEN value IS 192 (75.39% from 255) = 42.67%
BLUE value IS 56 (22.27% from 255) = 12.44%
R=44.89%
G=42.67%
B=12.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.72
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal2021925600.050.720.2155.8957.9450.59
HexCAC038054815383a33
Octal312300700511025707263
Binary11001010110000001110000101100100010101111000111010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CAC038

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CAC038; }

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

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

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

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

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

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

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

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