Html Css Color HEX #DEAB27 Galliano

📋 copy color: '#DEAB27'

red 222 ◦ green 171 ◦ blue 39

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

Shades of Galliano #DEAB27

Tints of Galliano #DEAB27

RGB

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

 GREEN value IS 171 (67.19% from 255) = 39.58%

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

R = 51.39%
G = 39.58%
B = 9.03%

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

#DEAB27 (or 0xDEAB27) is known color: Galliano. HEX triplet: DE, AB and 27. RGB value is (222,171,39). Sum of RGB (Red+Green+Blue) = 222+171+39=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 171 (67.19% from 255 or 39.58% from 432); Blue value is 39 (15.62% from 255 or 9.03% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB27 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB27 is #2154D8. Grayscale: #ABABAB. Windows color (decimal): -2184409 or 2599902. OLE color: 2599902.

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

Color convert

RGB 222 171 39 -
CMYK 0 0.23 0.82 0.13
HSL 43.28º 0.73% 0.51% -
HSV(B) 43.28º 0.82% 0.87% -
XYZ 45.05 44.8 8.19 -
YUV 171.2 53.4 164.23 -
System Red Green Blue C M Y K H S L
Decimal 222 171 39 0 0.23 0.82 0.13 43.28 0.73 0.51
Hex DE AB 27 0 17 52 D 2B 49 33
Octal 336 253 47 0 27 122 15 53 111 63
Binary 11011110 10101011 100111 0 10111 1010010 1101 101011 1001001 110011

Color Harmonies of #DEAB27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB27

Black with #DEAB27

Text Example


Text Example

White with #DEAB27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB27; }

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

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

background-color css

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

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

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

border-color css

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

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

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