#DEA527

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

Shades of Galliano #DEA527

Tints of Galliano #DEA527

Color information

#DEA527 (or 0xDEA527) is unknown color: approx Galliano. HEX triplet: DE, A5 and 27. RGB value is (222,165,39). Sum of RGB (Red+Green+Blue) = 222+165+39=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 165 (64.84% from 255 or 38.73% from 426); Blue value is 39 (15.62% from 255 or 9.15% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA527 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA527 is #215AD8. Grayscale: #A8A8A8. Windows color (decimal): -2185945 or 2598366. OLE color: 2598366.

HSL color Cylindrical-coordinate representation of color #DEA527: hue angle of 41.31º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DEA527 is Cyan = 0, Magento = 0.26, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB22216539-
CMYK00.260.820.13
HSL41.31º73.49%51.18%-
HSV(B)41.31º82.43%87.06%-
XYZ43.9542.597.82-
YUV167.6855.38166.75-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 52.11%
GREEN value IS 165 (64.84% from 255) = 38.73%
BLUE value IS 39 (15.62% from 255) = 9.15%
R=52.11%
G=38.73%
B=9.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.82
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2221653900.260.820.1341.3173.4951.18
HexDEA52701A52D294933
Octal33624547032122155111163
Binary1101111010100101100111011010101001011011010011001001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DEA527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DEA527; }

 p { color: rgb(222,165,39); }

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

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

 a { background-color: rgb(222,165,39); }

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

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

 span { border-color: rgb(222,165,39); }

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