Html Css Color HEX #DEA227 Galliano

📋 copy color: '#DEA227'

red 222 ◦ green 162 ◦ blue 39

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

Shades of Galliano #DEA227

Tints of Galliano #DEA227

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.22%

R = 52.48%
G = 38.3%
B = 9.22%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEA227 (or 0xDEA227) is known color: Galliano. HEX triplet: DE, A2 and 27. RGB value is (222,162,39). Sum of RGB (Red+Green+Blue) = 222+162+39=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 162 (63.67% from 255 or 38.30% from 423); Blue value is 39 (15.62% from 255 or 9.22% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA227 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA227 is #215DD8. Grayscale: #A6A6A6. Windows color (decimal): -2186713 or 2597598. OLE color: 2597598.

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

Color convert

RGB 222 162 39 -
CMYK 0 0.27 0.82 0.13
HSL 40.33º 0.73% 0.51% -
HSV(B) 40.33º 0.82% 0.87% -
XYZ 43.41 41.52 7.64 -
YUV 165.92 56.38 168 -
System Red Green Blue C M Y K H S L
Decimal 222 162 39 0 0.27 0.82 0.13 40.33 0.73 0.51
Hex DE A2 27 0 1B 52 D 28 49 33
Octal 336 242 47 0 33 122 15 50 111 63
Binary 11011110 10100010 100111 0 11011 1010010 1101 101000 1001001 110011

Color Harmonies of #DEA227

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA227

Black with #DEA227

Text Example


Text Example

White with #DEA227

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA227; }

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

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

background-color css

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

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

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

border-color css

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

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

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