Html Css Color HEX #DEA616 Galliano

📋 copy color: '#DEA616'

red 222 ◦ green 166 ◦ blue 22

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

Shades of Galliano #DEA616

Tints of Galliano #DEA616

RGB

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

 GREEN value IS 166 (65.23% from 255) = 40.49%

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

R = 54.15%
G = 40.49%
B = 5.37%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEA616 (or 0xDEA616) is known color: Galliano. HEX triplet: DE, A6 and 16. RGB value is (222,166,22). Sum of RGB (Red+Green+Blue) = 222+166+22=410 (54% of max value = 765). Red value is 222 (87.11% from 255 or 54.15% from 410); Green value is 166 (65.23% from 255 or 40.49% from 410); Blue value is 22 (8.98% from 255 or 5.37% from 410); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA616 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA616 is #2159E9. Grayscale: #A6A6A6. Windows color (decimal): -2185706 or 1484510. OLE color: 1484510.

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

Color convert

RGB 222 166 22 -
CMYK 0 0.25 0.90 0.13
HSL 43.2º 0.82% 0.48% -
HSV(B) 43.2º 0.9% 0.87% -
XYZ 43.91 42.86 6.72 -
YUV 166.33 46.55 167.71 -
System Red Green Blue C M Y K H S L
Decimal 222 166 22 0 0.25 0.90 0.13 43.2 0.82 0.48
Hex DE A6 16 0 19 5A D 2B 52 30
Octal 336 246 26 0 31 132 15 53 122 60
Binary 11011110 10100110 10110 0 11001 1011010 1101 101011 1010010 110000

Color Harmonies of #DEA616

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA616

Black with #DEA616

Text Example


Text Example

White with #DEA616

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA616; }

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

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

background-color css

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

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

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

border-color css

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

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

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