#CFA030

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

Shades of Galliano #CFA030

Tints of Galliano #CFA030

Color information

#CFA030 (or 0xCFA030) is unknown color: approx Galliano. HEX triplet: CF, A0 and 30. RGB value is (207,160,48). Sum of RGB (Red+Green+Blue) = 207+160+48=415 (54% of max value = 765). Red value is 207 (81.25% from 255 or 49.88% from 415); Green value is 160 (62.89% from 255 or 38.55% from 415); Blue value is 48 (19.14% from 255 or 11.57% from 415); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA030 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA030 is #305FCF. Grayscale: #A1A1A1. Windows color (decimal): -3170256 or 3186895. OLE color: 3186895.

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

Color convert

RGB20716048-
CMYK00.230.770.19
HSL42.26º62.35%50%-
HSV(B)42.26º76.81%81.18%-
XYZ38.8438.628.2-
YUV161.2864.07160.61-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 49.88%
GREEN value IS 160 (62.89% from 255) = 38.55%
BLUE value IS 48 (19.14% from 255) = 11.57%
R=49.88%
G=38.55%
B=11.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.77
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071604800.230.770.1942.2662.3550
HexCFA0300174D132a3e32
Octal3172406002711523527662
Binary1100111110100000110000010111100110110011101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA030; }

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

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

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

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

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

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

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

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