#CFA311

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

Shades of Galliano #CFA311

Tints of Galliano #CFA311

Color information

#CFA311 (or 0xCFA311) is unknown color: approx Galliano. HEX triplet: CF, A3 and 11. RGB value is (207,163,17). Sum of RGB (Red+Green+Blue) = 207+163+17=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 163 (64.06% from 255 or 42.12% from 387); Blue value is 17 (7.03% from 255 or 4.39% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA311 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA311 is #305CEE. Grayscale: #A0A0A0. Windows color (decimal): -3169519 or 1156047. OLE color: 1156047.

HSL color Cylindrical-coordinate representation of color #CFA311: hue angle of 46.11º degrees, saturation: 0.85, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CFA311 is Cyan = 0, Magento = 0.21, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB20716317-
CMYK00.210.920.19
HSL46.11º84.82%43.92%-
HSV(B)46.11º91.79%81.18%-
XYZ38.9339.56.1-
YUV159.5147.58161.87-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.49%
GREEN value IS 163 (64.06% from 255) = 42.12%
BLUE value IS 17 (7.03% from 255) = 4.39%
R=53.49%
G=42.12%
B=4.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071631700.210.920.1946.1184.8243.92
HexCFA3110155C132e552c
Octal31724321025134235612554
Binary1100111110100011100010101011011100100111011101010101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA311; }

 p { color: rgb(207,163,17); }

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

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

 a { background-color: rgb(207,163,17); }

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

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

 span { border-color: rgb(207,163,17); }

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