Html Css Color HEX #DEA124 Galliano

📋 copy color: '#DEA124'

red 222 ◦ green 161 ◦ blue 36

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

Shades of Galliano #DEA124

Tints of Galliano #DEA124

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.42%

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

R = 52.98%
G = 38.42%
B = 8.59%

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

#DEA124 (or 0xDEA124) is known color: Galliano. HEX triplet: DE, A1 and 24. RGB value is (222,161,36). Sum of RGB (Red+Green+Blue) = 222+161+36=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 161 (63.28% from 255 or 38.42% from 419); Blue value is 36 (14.45% from 255 or 8.59% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA124 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA124 is #215EDB. Grayscale: #A5A5A5. Windows color (decimal): -2186972 or 2400734. OLE color: 2400734.

HSL color Cylindrical-coordinate representation of color #DEA124: hue angle of 40.32º 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 #DEA124 is Cyan = 0, Magento = 0.27, Yellow = 0.84 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 161 36 -
CMYK 0 0.27 0.84 0.13
HSL 40.32º 0.74% 0.51% -
HSV(B) 40.32º 0.84% 0.87% -
XYZ 43.19 41.15 7.33 -
YUV 164.99 55.21 168.66 -
System Red Green Blue C M Y K H S L
Decimal 222 161 36 0 0.27 0.84 0.13 40.32 0.74 0.51
Hex DE A1 24 0 1B 54 D 28 4A 33
Octal 336 241 44 0 33 124 15 50 112 63
Binary 11011110 10100001 100100 0 11011 1010100 1101 101000 1001010 110011

Color Harmonies of #DEA124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA124

Black with #DEA124

Text Example


Text Example

White with #DEA124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA124; }

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

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

background-color css

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

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

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

border-color css

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

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

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