Html Css Color HEX #DEAC16 Galliano

📋 copy color: '#DEAC16'

red 222 ◦ green 172 ◦ blue 22

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

Shades of Galliano #DEAC16

Tints of Galliano #DEAC16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.29%

R = 53.37%
G = 41.35%
B = 5.29%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEAC16 (or 0xDEAC16) is known color: Galliano. HEX triplet: DE, AC and 16. RGB value is (222,172,22). Sum of RGB (Red+Green+Blue) = 222+172+22=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 172 (67.58% from 255 or 41.35% from 416); Blue value is 22 (8.98% from 255 or 5.29% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAC16 is #2153E9. Grayscale: #AAAAAA. Windows color (decimal): -2184170 or 1486046. OLE color: 1486046.

HSL color Cylindrical-coordinate representation of color #DEAC16: hue angle of 45º degrees, saturation: 0.82, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #DEAC16 is Cyan = 0, Magento = 0.23, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 172 22 -
CMYK 0 0.23 0.90 0.13
HSL 45º 0.82% 0.48% -
HSV(B) 45º 0.9% 0.87% -
XYZ 45.02 45.09 7.09 -
YUV 169.85 44.57 165.2 -
System Red Green Blue C M Y K H S L
Decimal 222 172 22 0 0.23 0.90 0.13 45 0.82 0.48
Hex DE AC 16 0 17 5A D 2D 52 30
Octal 336 254 26 0 27 132 15 55 122 60
Binary 11011110 10101100 10110 0 10111 1011010 1101 101101 1010010 110000

Color Harmonies of #DEAC16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC16

Black with #DEAC16

Text Example


Text Example

White with #DEAC16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC16; }

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

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

background-color css

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

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

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

border-color css

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

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

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