#CFA010

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

Shades of Galliano #CFA010

Tints of Galliano #CFA010

Color information

#CFA010 (or 0xCFA010) is unknown color: approx Galliano. HEX triplet: CF, A0 and 10. RGB value is (207,160,16). Sum of RGB (Red+Green+Blue) = 207+160+16=383 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.05% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 16 (6.64% from 255 or 4.18% from 383); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA010 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA010 is #305FEF. Grayscale: #9E9E9E. Windows color (decimal): -3170288 or 1089743. OLE color: 1089743.

HSL color Cylindrical-coordinate representation of color #CFA010: hue angle of 45.24º degrees, saturation: 0.86, 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 #CFA010 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.19.

Color convert

RGB20716016-
CMYK00.230.920.19
HSL45.24º85.65%43.73%-
HSV(B)45.24º92.27%81.18%-
XYZ38.438.445.89-
YUV157.6448.07163.21-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 54.05%
GREEN value IS 160 (62.89% from 255) = 41.78%
BLUE value IS 16 (6.64% from 255) = 4.18%
R=54.05%
G=41.78%
B=4.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.92
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071601600.230.920.1945.2485.6543.73
HexCFA0100175C132d562c
Octal31724020027134235512654
Binary1100111110100000100000101111011100100111011011010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA010; }

 p { color: rgb(207,160,16); }

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

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

 a { background-color: rgb(207,160,16); }

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

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

 span { border-color: rgb(207,160,16); }

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