Html Css Color HEX #DEAF16 Galliano

📋 copy color: '#DEAF16'

red 222 ◦ green 175 ◦ blue 22

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

Shades of Galliano #DEAF16

Tints of Galliano #DEAF16

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.77%

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

R = 52.98%
G = 41.77%
B = 5.25%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEAF16 (or 0xDEAF16) is known color: Galliano. HEX triplet: DE, AF and 16. RGB value is (222,175,22). Sum of RGB (Red+Green+Blue) = 222+175+22=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 175 (68.75% from 255 or 41.77% from 419); Blue value is 22 (8.98% from 255 or 5.25% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF16 is #2150E9. Grayscale: #ACACAC. Windows color (decimal): -2183402 or 1486814. OLE color: 1486814.

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

Color convert

RGB 222 175 22 -
CMYK 0 0.21 0.90 0.13
HSL 45.9º 0.82% 0.48% -
HSV(B) 45.9º 0.9% 0.87% -
XYZ 45.6 46.25 7.28 -
YUV 171.61 43.57 163.94 -
System Red Green Blue C M Y K H S L
Decimal 222 175 22 0 0.21 0.90 0.13 45.9 0.82 0.48
Hex DE AF 16 0 15 5A D 2E 52 30
Octal 336 257 26 0 25 132 15 56 122 60
Binary 11011110 10101111 10110 0 10101 1011010 1101 101110 1010010 110000

Color Harmonies of #DEAF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF16

Black with #DEAF16

Text Example


Text Example

White with #DEAF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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