#CFA80C

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

Shades of Galliano #CFA80C

Tints of Galliano #CFA80C

Color information

#CFA80C (or 0xCFA80C) is unknown color: approx Galliano. HEX triplet: CF, A8 and 0C. RGB value is (207,168,12). Sum of RGB (Red+Green+Blue) = 207+168+12=387 (51% of max value = 765). Red value is 207 (81.25% from 255 or 53.49% from 387); Green value is 168 (66.02% from 255 or 43.41% from 387); Blue value is 12 (5.08% from 255 or 3.10% from 387); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA80C is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #CFA80C is #3057F3. Grayscale: #A2A2A2. Windows color (decimal): -3168244 or 829647. OLE color: 829647.

HSL color Cylindrical-coordinate representation of color #CFA80C: hue angle of 48º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #CFA80C is Cyan = 0, Magento = 0.19, Yellow = 0.94 and Black (K on CMYK) = 0.19.

Color convert

RGB20716812-
CMYK00.190.940.19
HSL48º89.04%42.94%-
HSV(B)48º94.2%81.18%-
XYZ39.841.36.22-
YUV161.8843.42160.18-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 53.49%
GREEN value IS 168 (66.02% from 255) = 43.41%
BLUE value IS 12 (5.08% from 255) = 3.10%
R=53.49%
G=43.41%
B=3.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.94
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071681200.190.940.194889.0442.94
HexCFA8C0135E1330592b
Octal31725014023136236013153
Binary110011111010100011000100111011110100111100001011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA80C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA80C; }

 p { color: rgb(207,168,12); }

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

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

 a { background-color: rgb(207,168,12); }

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

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

 span { border-color: rgb(207,168,12); }

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