#CFAF3E

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

Shades of Old Gold #CFAF3E

Tints of Old Gold #CFAF3E

Color information

#CFAF3E (or 0xCFAF3E) is unknown color: approx Old Gold. HEX triplet: CF, AF and 3E. RGB value is (207,175,62). Sum of RGB (Red+Green+Blue) = 207+175+62=444 (58% of max value = 765). Red value is 207 (81.25% from 255 or 46.62% from 444); Green value is 175 (68.75% from 255 or 39.41% from 444); Blue value is 62 (24.61% from 255 or 13.96% from 444); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF3E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF3E is #3050C1. Grayscale: #ACACAC. Windows color (decimal): -3166402 or 4108239. OLE color: 4108239.

HSL color Cylindrical-coordinate representation of color #CFAF3E: hue angle of 46.76º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #CFAF3E is Cyan = 0, Magento = 0.15, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20717562-
CMYK00.150.700.19
HSL46.76º60.17%52.75%-
HSV(B)46.76º70.05%81.18%-
XYZ41.9344.2710.89-
YUV171.6966.1153.19-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 46.62%
GREEN value IS 175 (68.75% from 255) = 39.41%
BLUE value IS 62 (24.61% from 255) = 13.96%
R=46.62%
G=39.41%
B=13.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071756200.150.700.1946.7660.1752.75
HexCFAF3E0F46132f3c35
Octal3172577601710623577465
Binary110011111010111111111001111100011010011101111111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF3E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF3E; }

 p { color: rgb(207,175,62); }

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

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

 a { background-color: rgb(207,175,62); }

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

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

 span { border-color: rgb(207,175,62); }

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