Html Css Color HEX #DEAA27 Galliano

📋 copy color: '#DEAA27'

red 222 ◦ green 170 ◦ blue 39

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

Shades of Galliano #DEAA27

Tints of Galliano #DEAA27

RGB

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

 GREEN value IS 170 (66.8% from 255) = 39.44%

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

R = 51.51%
G = 39.44%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEAA27 (or 0xDEAA27) is known color: Galliano. HEX triplet: DE, AA and 27. RGB value is (222,170,39). Sum of RGB (Red+Green+Blue) = 222+170+39=431 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.51% from 431); Green value is 170 (66.80% from 255 or 39.44% from 431); Blue value is 39 (15.62% from 255 or 9.05% from 431); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAA27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAA27 is #2155D8. Grayscale: #ABABAB. Windows color (decimal): -2184665 or 2599646. OLE color: 2599646.

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

Color convert

RGB 222 170 39 -
CMYK 0 0.23 0.82 0.13
HSL 42.95º 0.73% 0.51% -
HSV(B) 42.95º 0.82% 0.87% -
XYZ 44.87 44.43 8.13 -
YUV 170.61 53.73 164.65 -
System Red Green Blue C M Y K H S L
Decimal 222 170 39 0 0.23 0.82 0.13 42.95 0.73 0.51
Hex DE AA 27 0 17 52 D 2B 49 33
Octal 336 252 47 0 27 122 15 53 111 63
Binary 11011110 10101010 100111 0 10111 1010010 1101 101011 1001001 110011

Color Harmonies of #DEAA27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAA27

Black with #DEAA27

Text Example


Text Example

White with #DEAA27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAA27; }

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

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

background-color css

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

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

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

border-color css

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

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

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