#CFA536

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

Shades of Metallic Gold #CFA536

Tints of Metallic Gold #CFA536

Color information

#CFA536 (or 0xCFA536) is unknown color: approx Metallic Gold. HEX triplet: CF, A5 and 36. RGB value is (207,165,54). Sum of RGB (Red+Green+Blue) = 207+165+54=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 54 (21.48% from 255 or 12.68% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA536 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA536 is #305AC9. Grayscale: #A5A5A5. Windows color (decimal): -3168970 or 3581391. OLE color: 3581391.

HSL color Cylindrical-coordinate representation of color #CFA536: hue angle of 43.53º degrees, saturation: 0.61, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #CFA536 is Cyan = 0, Magento = 0.20, Yellow = 0.74 and Black (K on CMYK) = 0.19.

Color convert

RGB20716554-
CMYK00.200.740.19
HSL43.53º61.45%51.18%-
HSV(B)43.53º73.91%81.18%-
XYZ39.8540.449.2-
YUV164.965.41158.03-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.59%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 54 (21.48% from 255) = 12.68%
R=48.59%
G=38.73%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.74
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071655400.200.740.1943.5361.4551.18
HexCFA5360144A132c3d33
Octal3172456602411223547563
Binary1100111110100101110110010100100101010011101100111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA536; }

 p { color: rgb(207,165,54); }

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

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

 a { background-color: rgb(207,165,54); }

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

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

 span { border-color: rgb(207,165,54); }

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