#CFA233

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

Shades of Metallic Gold #CFA233

Tints of Metallic Gold #CFA233

Color information

#CFA233 (or 0xCFA233) is unknown color: approx Metallic Gold. HEX triplet: CF, A2 and 33. RGB value is (207,162,51). Sum of RGB (Red+Green+Blue) = 207+162+51=420 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.29% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 51 (20.31% from 255 or 12.14% from 420); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA233 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA233 is #305DCC. Grayscale: #A3A3A3. Windows color (decimal): -3169741 or 3384015. OLE color: 3384015.

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

Color convert

RGB20716251-
CMYK00.220.750.19
HSL42.69º61.9%50.59%-
HSV(B)42.69º75.36%81.18%-
XYZ39.2539.358.66-
YUV162.864.91159.53-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.29%
GREEN value IS 162 (63.67% from 255) = 38.57%
BLUE value IS 51 (20.31% from 255) = 12.14%
R=49.29%
G=38.57%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.75
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071625100.220.750.1942.6961.950.59
HexCFA2330164B132b3e33
Octal3172426302611323537663
Binary1100111110100010110011010110100101110011101011111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA233

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA233; }

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

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

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

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

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

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

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

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