#CFAB2C

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

Shades of Metallic Gold #CFAB2C

Tints of Metallic Gold #CFAB2C

Color information

#CFAB2C (or 0xCFAB2C) is unknown color: approx Metallic Gold. HEX triplet: CF, AB and 2C. RGB value is (207,171,44). Sum of RGB (Red+Green+Blue) = 207+171+44=422 (55% of max value = 765). Red value is 207 (81.25% from 255 or 49.05% from 422); Green value is 171 (67.19% from 255 or 40.52% from 422); Blue value is 44 (17.58% from 255 or 10.43% from 422); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAB2C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAB2C is #3054D3. Grayscale: #A7A7A7. Windows color (decimal): -3167444 or 2927567. OLE color: 2927567.

HSL color Cylindrical-coordinate representation of color #CFAB2C: hue angle of 46.75º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CFAB2C is Cyan = 0, Magento = 0.17, Yellow = 0.79 and Black (K on CMYK) = 0.19.

Color convert

RGB20717144-
CMYK00.170.790.19
HSL46.75º64.94%49.22%-
HSV(B)46.75º78.74%81.18%-
XYZ40.7542.578.45-
YUV167.2958.43156.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.05%
GREEN value IS 171 (67.19% from 255) = 40.52%
BLUE value IS 44 (17.58% from 255) = 10.43%
R=49.05%
G=40.52%
B=10.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.79
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071714400.170.790.1946.7564.9449.22
HexCFAB2C0114F132f4131
Octal31725354021117235710161
Binary11001111101010111011000100011001111100111011111000001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAB2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAB2C; }

 p { color: rgb(207,171,44); }

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

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

 a { background-color: rgb(207,171,44); }

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

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

 span { border-color: rgb(207,171,44); }

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