#deab1f

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

Shades of Galliano #DEAB1F

Tints of Galliano #DEAB1F

Color information

#DEAB1F (or 0xDEAB1F) is unknown color: approx Galliano. HEX triplet: DE, AB and 1F. RGB value is (222,171,31). Sum of RGB (Red+Green+Blue) = 222+171+31=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 171 (67.19% from 255 or 40.33% from 424); Blue value is 31 (12.5% from 255 or 7.31% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB1F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB1F is #2154E0. Grayscale: #AAAAAA. Windows color (decimal): -2184417 or 2075614. OLE color: 2075614.

HSL color Cylindrical-coordinate representation of color #DEAB1F: hue angle of 43.98º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DEAB1F is Cyan = 0, Magento = 0.23, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB22217131-
CMYK00.230.860.13
HSL43.98º75.49%49.61%-
HSV(B)43.98º86.04%87.06%-
XYZ44.9344.757.57-
YUV170.2949.4164.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.36%
GREEN value IS 171 (67.19% from 255) = 40.33%
BLUE value IS 31 (12.5% from 255) = 7.31%
R=52.36%
G=40.33%
B=7.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.86
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221713100.230.860.1343.9875.4949.61
HexDEAB1F01756D2c4b32
Octal33625337027126155411362
Binary110111101010101111111010111101011011011011001001011110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #deab1f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #deab1f; }

 p { color: rgb(222,171,31); }

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

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

 a { background-color: rgb(222,171,31); }

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

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

 span { border-color: rgb(222,171,31); }

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