#CFAA1D

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

Shades of Galliano #CFAA1D

Tints of Galliano #CFAA1D

Color information

#CFAA1D (or 0xCFAA1D) is unknown color: approx Galliano. HEX triplet: CF, AA and 1D. RGB value is (207,170,29). Sum of RGB (Red+Green+Blue) = 207+170+29=406 (53% of max value = 765). Red value is 207 (81.25% from 255 or 50.99% from 406); Green value is 170 (66.80% from 255 or 41.87% from 406); Blue value is 29 (11.72% from 255 or 7.14% from 406); Max value from RGB is 207 - color contains mainly: red. Hex color #CFAA1D is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #CFAA1D is #3055E2. Grayscale: #A5A5A5. Windows color (decimal): -3167715 or 1944271. OLE color: 1944271.

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

Color convert

RGB20717029-
CMYK00.180.860.19
HSL47.53º75.42%46.27%-
HSV(B)47.53º85.99%81.18%-
XYZ40.3342.17.16-
YUV164.9951.26157.96-

RGB Variations

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

RGB

RED value IS 207 (81.25% from 255) = 50.99%
GREEN value IS 170 (66.80% from 255) = 41.87%
BLUE value IS 29 (11.72% from 255) = 7.14%
R=50.99%
G=41.87%
B=7.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.86
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal2071702900.180.860.1947.5375.4246.27
HexCFAA1D0125613304b2e
Octal31725235022126236011356
Binary1100111110101010111010100101010110100111100001001011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #CFAA1D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #CFAA1D; }

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

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

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

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

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

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

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

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