#CFA61D

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

Shades of Galliano #CFA61D

Tints of Galliano #CFA61D

Color information

#CFA61D (or 0xCFA61D) is unknown color: approx Galliano. HEX triplet: CF, A6 and 1D. RGB value is (207,166,29). Sum of RGB (Red+Green+Blue) = 207+166+29=402 (53% of max value = 765). Red value is 207 (81.25% from 255 or 51.49% from 402); Green value is 166 (65.23% from 255 or 41.29% from 402); Blue value is 29 (11.72% from 255 or 7.21% from 402); Max value from RGB is 207 - color contains mainly: red. Hex color #CFA61D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFA61D is #3059E2. Grayscale: #A3A3A3. Windows color (decimal): -3168739 or 1943247. OLE color: 1943247.

HSL color Cylindrical-coordinate representation of color #CFA61D: hue angle of 46.18º degrees, saturation: 0.75, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #CFA61D is Cyan = 0, Magento = 0.20, Yellow = 0.86 and Black (K on CMYK) = 0.19.

Color convert

RGB20716629-
CMYK00.200.860.19
HSL46.18º75.42%46.27%-
HSV(B)46.18º85.99%81.18%-
XYZ39.5940.636.92-
YUV162.6452.58159.64-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 51.49%
GREEN value IS 166 (65.23% from 255) = 41.29%
BLUE value IS 29 (11.72% from 255) = 7.21%
R=51.49%
G=41.29%
B=7.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.20
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071662900.200.860.1946.1875.4246.27
HexCFA61D01456132e4b2e
Octal31724635024126235611356
Binary1100111110100110111010101001010110100111011101001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFA61D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFA61D; }

 p { color: rgb(207,166,29); }

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

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

 a { background-color: rgb(207,166,29); }

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

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

 span { border-color: rgb(207,166,29); }

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