#CFAF30

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

Shades of Metallic Gold #CFAF30

Tints of Metallic Gold #CFAF30

Color information

#CFAF30 (or 0xCFAF30) is unknown color: approx Metallic Gold. HEX triplet: CF, AF and 30. RGB value is (207,175,48). Sum of RGB (Red+Green+Blue) = 207+175+48=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 175 (68.75% from 255 or 40.70% from 430); Blue value is 48 (19.14% from 255 or 11.16% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAF30 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAF30 is #3050CF. Grayscale: #AAAAAA. Windows color (decimal): -3166416 or 3190735. OLE color: 3190735.

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

Color convert

RGB20717548-
CMYK00.150.770.19
HSL47.92º62.35%50%-
HSV(B)47.92º76.81%81.18%-
XYZ41.644.149.12-
YUV170.0959.1154.33-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 48.14%
GREEN value IS 175 (68.75% from 255) = 40.70%
BLUE value IS 48 (19.14% from 255) = 11.16%
R=48.14%
G=40.70%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071754800.150.770.1947.9262.3550
HexCFAF300F4D13303e32
Octal3172576001711523607662
Binary110011111010111111000001111100110110011110000111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAF30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAF30; }

 p { color: rgb(207,175,48); }

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

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

 a { background-color: rgb(207,175,48); }

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

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

 span { border-color: rgb(207,175,48); }

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