#CFA228

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

Shades of Galliano #CFA228

Tints of Galliano #CFA228

Color information

#CFA228 (or 0xCFA228) is unknown color: approx Galliano. HEX triplet: CF, A2 and 28. RGB value is (207,162,40). Sum of RGB (Red+Green+Blue) = 207+162+40=409 (54% of max value = 765). Red value is 207 (81.25% from 255 or 50.61% from 409); Green value is 162 (63.67% from 255 or 39.61% from 409); Blue value is 40 (16.02% from 255 or 9.78% from 409); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA228 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA228 is #305DD7. Grayscale: #A2A2A2. Windows color (decimal): -3169752 or 2663119. OLE color: 2663119.

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

Color convert

RGB20716240-
CMYK00.220.810.19
HSL43.83º67.61%48.43%-
HSV(B)43.83º80.68%81.18%-
XYZ39.0439.267.53-
YUV161.5559.41160.42-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.61%
GREEN value IS 162 (63.67% from 255) = 39.61%
BLUE value IS 40 (16.02% from 255) = 9.78%
R=50.61%
G=39.61%
B=9.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.81
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071624000.220.810.1943.8367.6148.43
HexCFA22801651132c4430
Octal31724250026121235410460
Binary11001111101000101010000101101010001100111011001000100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA228; }

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

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

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

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

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

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

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

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