Html Css Color HEX #DEAC11 Galliano

📋 copy color: '#DEAC11'

red 222 ◦ green 172 ◦ blue 17

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

Shades of Galliano #DEAC11

Tints of Galliano #DEAC11

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.85%

 BLUE value IS 17 (7.03% from 255) = 4.14%

R = 54.01%
G = 41.85%
B = 4.14%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DEAC11 (or 0xDEAC11) is known color: Galliano. HEX triplet: DE, AC and 11. RGB value is (222,172,17). Sum of RGB (Red+Green+Blue) = 222+172+17=411 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.01% from 411); Green value is 172 (67.58% from 255 or 41.85% from 411); Blue value is 17 (7.03% from 255 or 4.14% from 411); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAC11 is #2153EE. Grayscale: #A9A9A9. Windows color (decimal): -2184175 or 1158366. OLE color: 1158366.

HSL color Cylindrical-coordinate representation of color #DEAC11: hue angle of 45.37º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DEAC11 is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 172 17 -
CMYK 0 0.23 0.92 0.13
HSL 45.37º 0.86% 0.47% -
HSV(B) 45.37º 0.92% 0.87% -
XYZ 44.98 45.08 6.86 -
YUV 169.28 42.07 165.6 -
System Red Green Blue C M Y K H S L
Decimal 222 172 17 0 0.23 0.92 0.13 45.37 0.86 0.47
Hex DE AC 11 0 17 5C D 2D 56 2F
Octal 336 254 21 0 27 134 15 55 126 57
Binary 11011110 10101100 10001 0 10111 1011100 1101 101101 1010110 101111

Color Harmonies of #DEAC11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC11

Black with #DEAC11

Text Example


Text Example

White with #DEAC11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC11; }

 p { color: rgb(222,172,17); }

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

background-color css

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

 a { background-color: rgb(222,172,17); }

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

border-color css

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

 span { border-color: rgb(222,172,17); }

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