#CFA215

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

Shades of Galliano #CFA215

Tints of Galliano #CFA215

Color information

#CFA215 (or 0xCFA215) is unknown color: approx Galliano. HEX triplet: CF, A2 and 15. RGB value is (207,162,21). Sum of RGB (Red+Green+Blue) = 207+162+21=390 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.08% from 390); Green value is 162 (63.67% from 255 or 41.54% from 390); Blue value is 21 (8.59% from 255 or 5.38% from 390); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA215 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA215 is #305DEA. Grayscale: #9F9F9F. Windows color (decimal): -3169771 or 1417935. OLE color: 1417935.

HSL color Cylindrical-coordinate representation of color #CFA215: hue angle of 45.48º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CFA215 is Cyan = 0, Magento = 0.22, Yellow = 0.90 and Black (K on CMYK) = 0.19.

Color convert

RGB20716221-
CMYK00.220.900.19
HSL45.48º81.58%44.71%-
HSV(B)45.48º89.86%81.18%-
XYZ38.7939.166.22-
YUV159.3849.91161.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.08%
GREEN value IS 162 (63.67% from 255) = 41.54%
BLUE value IS 21 (8.59% from 255) = 5.38%
R=53.08%
G=41.54%
B=5.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.90
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071622100.220.900.1945.4881.5844.71
HexCFA2150165A132d522d
Octal31724225026132235512255
Binary1100111110100010101010101101011010100111011011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA215; }

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

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

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

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

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

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

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

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