#CFA833

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

Shades of Metallic Gold #CFA833

Tints of Metallic Gold #CFA833

Color information

#CFA833 (or 0xCFA833) is unknown color: approx Metallic Gold. HEX triplet: CF, A8 and 33. RGB value is (207,168,51). Sum of RGB (Red+Green+Blue) = 207+168+51=426 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.59% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 51 (20.31% from 255 or 11.97% from 426); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA833 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA833 is #3057CC. Grayscale: #A6A6A6. Windows color (decimal): -3168205 or 3385551. OLE color: 3385551.

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

Color convert

RGB20716851-
CMYK00.190.750.19
HSL45º61.9%50.59%-
HSV(B)45º75.36%81.18%-
XYZ40.3341.519.02-
YUV166.3262.92157.01-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.59%
GREEN value IS 168 (66.02% from 255) = 39.44%
BLUE value IS 51 (20.31% from 255) = 11.97%
R=48.59%
G=39.44%
B=11.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071685100.190.750.194561.950.59
HexCFA8330134B132d3e33
Octal3172506302311323557663
Binary1100111110101000110011010011100101110011101101111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA833; }

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

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

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

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

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

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

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

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