#CFAE42

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

Shades of Old Gold #CFAE42

Tints of Old Gold #CFAE42

Color information

#CFAE42 (or 0xCFAE42) is unknown color: approx Old Gold. HEX triplet: CF, AE and 42. RGB value is (207,174,66). Sum of RGB (Red+Green+Blue) = 207+174+66=447 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.31% from 447); Green value is 174 (68.36% from 255 or 38.93% from 447); Blue value is 66 (26.17% from 255 or 14.77% from 447); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAE42 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAE42 is #3051BD. Grayscale: #ACACAC. Windows color (decimal): -3166654 or 4370127. OLE color: 4370127.

HSL color Cylindrical-coordinate representation of color #CFAE42: hue angle of 45.96º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CFAE42 is Cyan = 0, Magento = 0.16, Yellow = 0.68 and Black (K on CMYK) = 0.19.

Color convert

RGB20717466-
CMYK00.160.680.19
HSL45.96º59.49%53.53%-
HSV(B)45.96º68.12%81.18%-
XYZ41.8543.9311.43-
YUV171.5668.43153.28-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.31%
GREEN value IS 174 (68.36% from 255) = 38.93%
BLUE value IS 66 (26.17% from 255) = 14.77%
R=46.31%
G=38.93%
B=14.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.68
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071746600.160.680.1945.9659.4953.53
HexCFAE4201044132e3b36
Octal31725610202010423567366
Binary11001111101011101000010010000100010010011101110111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAE42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAE42; }

 p { color: rgb(207,174,66); }

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

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

 a { background-color: rgb(207,174,66); }

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

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

 span { border-color: rgb(207,174,66); }

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