Html Css Color HEX #DEA224 Galliano

📋 copy color: '#DEA224'

red 222 ◦ green 162 ◦ blue 36

#DEA224
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Galliano #DEA224

Tints of Galliano #DEA224

RGB

 RED value IS 222 (87.11% from 255) = 52.86%

 GREEN value IS 162 (63.67% from 255) = 38.57%

 BLUE value IS 36 (14.45% from 255) = 8.57%

R = 52.86%
G = 38.57%
B = 8.57%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEA224 (or 0xDEA224) is known color: Galliano. HEX triplet: DE, A2 and 24. RGB value is (222,162,36). Sum of RGB (Red+Green+Blue) = 222+162+36=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 162 (63.67% from 255 or 38.57% from 420); Blue value is 36 (14.45% from 255 or 8.57% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA224 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA224 is #215DDB. Grayscale: #A6A6A6. Windows color (decimal): -2186716 or 2400990. OLE color: 2400990.

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

Color convert

RGB 222 162 36 -
CMYK 0 0.27 0.84 0.13
HSL 40.65º 0.74% 0.51% -
HSV(B) 40.65º 0.84% 0.87% -
XYZ 43.36 41.5 7.39 -
YUV 165.58 54.88 168.25 -
System Red Green Blue C M Y K H S L
Decimal 222 162 36 0 0.27 0.84 0.13 40.65 0.74 0.51
Hex DE A2 24 0 1B 54 D 29 4A 33
Octal 336 242 44 0 33 124 15 51 112 63
Binary 11011110 10100010 100100 0 11011 1010100 1101 101001 1001010 110011

Color Harmonies of #DEA224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA224

Black with #DEA224

Text Example


Text Example

White with #DEA224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA224; }

 p { color: rgb(222,162,36); }

 H1.HeaderClassName
 {
   color: #DEA224;
 }
 .AnyTagClassName
 {
   color: #DEA224;
 }
</style>

background-color css

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

 a { background-color: rgb(222,162,36); }

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

border-color css

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

 span { border-color: rgb(222,162,36); }

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