Html Css Color HEX #DEA126 Galliano

📋 copy color: '#DEA126'

red 222 ◦ green 161 ◦ blue 38

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

Shades of Galliano #DEA126

Tints of Galliano #DEA126

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 9.03%

R = 52.73%
G = 38.24%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEA126 (or 0xDEA126) is known color: Galliano. HEX triplet: DE, A1 and 26. RGB value is (222,161,38). Sum of RGB (Red+Green+Blue) = 222+161+38=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 161 (63.28% from 255 or 38.24% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA126 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA126 is #215ED9. Grayscale: #A5A5A5. Windows color (decimal): -2186970 or 2531806. OLE color: 2531806.

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

Color convert

RGB 222 161 38 -
CMYK 0 0.27 0.83 0.13
HSL 40.11º 0.74% 0.51% -
HSV(B) 40.11º 0.83% 0.87% -
XYZ 43.22 41.16 7.5 -
YUV 165.22 56.21 168.5 -
System Red Green Blue C M Y K H S L
Decimal 222 161 38 0 0.27 0.83 0.13 40.11 0.74 0.51
Hex DE A1 26 0 1B 53 D 28 4A 33
Octal 336 241 46 0 33 123 15 50 112 63
Binary 11011110 10100001 100110 0 11011 1010011 1101 101000 1001010 110011

Color Harmonies of #DEA126

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA126

Black with #DEA126

Text Example


Text Example

White with #DEA126

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA126; }

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

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

background-color css

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

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

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

border-color css

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

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

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