#CFA83E

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

Shades of Metallic Gold #CFA83E

Tints of Metallic Gold #CFA83E

Color information

#CFA83E (or 0xCFA83E) is unknown color: approx Metallic Gold. HEX triplet: CF, A8 and 3E. RGB value is (207,168,62). Sum of RGB (Red+Green+Blue) = 207+168+62=437 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.37% from 437); Green value is 168 (66.02% from 255 or 38.44% from 437); Blue value is 62 (24.61% from 255 or 14.19% from 437); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA83E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA83E is #3057C1. Grayscale: #A8A8A8. Windows color (decimal): -3168194 or 4106447. OLE color: 4106447.

HSL color Cylindrical-coordinate representation of color #CFA83E: hue angle of 43.86º 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 #CFA83E is Cyan = 0, Magento = 0.19, Yellow = 0.70 and Black (K on CMYK) = 0.19.

Color convert

RGB20716862-
CMYK00.190.700.19
HSL43.86º60.17%52.75%-
HSV(B)43.86º70.05%81.18%-
XYZ40.641.6210.45-
YUV167.5868.42156.12-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 47.37%
GREEN value IS 168 (66.02% from 255) = 38.44%
BLUE value IS 62 (24.61% from 255) = 14.19%
R=47.37%
G=38.44%
B=14.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.70
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071686200.190.700.1943.8660.1752.75
HexCFA83E01346132c3c35
Octal3172507602310623547465
Binary1100111110101000111110010011100011010011101100111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA83E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA83E; }

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

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

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

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

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

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

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

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