#cfa421

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

Shades of Galliano #CFA421

Tints of Galliano #CFA421

Color information

#CFA421 (or 0xCFA421) is unknown color: approx Galliano. HEX triplet: CF, A4 and 21. RGB value is (207,164,33). Sum of RGB (Red+Green+Blue) = 207+164+33=404 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.24% from 404); Green value is 164 (64.45% from 255 or 40.59% from 404); Blue value is 33 (13.28% from 255 or 8.17% from 404); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA421 is #305BDE. Grayscale: #A2A2A2. Windows color (decimal): -3169247 or 2204879. OLE color: 2204879.

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

Color convert

RGB20716433-
CMYK00.210.840.19
HSL45.17º72.5%47.06%-
HSV(B)45.17º84.06%81.18%-
XYZ39.2839.937.07-
YUV161.9255.25160.15-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.24%
GREEN value IS 164 (64.45% from 255) = 40.59%
BLUE value IS 33 (13.28% from 255) = 8.17%
R=51.24%
G=40.59%
B=8.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.84
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071643300.210.840.1945.1772.547.06
HexCFA42101554132d482f
Octal31724441025124235511057
Binary11001111101001001000010101011010100100111011011001000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #cfa421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #cfa421; }

 p { color: rgb(207,164,33); }

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

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

 a { background-color: rgb(207,164,33); }

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

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

 span { border-color: rgb(207,164,33); }

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