Html Css Color HEX #DEAF17 Galliano

📋 copy color: '#DEAF17'

red 222 ◦ green 175 ◦ blue 23

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

Shades of Galliano #DEAF17

Tints of Galliano #DEAF17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.48%

R = 52.86%
G = 41.67%
B = 5.48%

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

#DEAF17 (or 0xDEAF17) is known color: Galliano. HEX triplet: DE, AF and 17. RGB value is (222,175,23). Sum of RGB (Red+Green+Blue) = 222+175+23=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 23 (9.38% from 255 or 5.48% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF17 is #2150E8. Grayscale: #ACACAC. Windows color (decimal): -2183401 or 1552350. OLE color: 1552350.

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

Color convert

RGB 222 175 23 -
CMYK 0 0.21 0.90 0.13
HSL 45.83º 0.81% 0.48% -
HSV(B) 45.83º 0.9% 0.87% -
XYZ 45.61 46.25 7.33 -
YUV 171.73 44.07 163.86 -
System Red Green Blue C M Y K H S L
Decimal 222 175 23 0 0.21 0.90 0.13 45.83 0.81 0.48
Hex DE AF 17 0 15 5A D 2E 51 30
Octal 336 257 27 0 25 132 15 56 121 60
Binary 11011110 10101111 10111 0 10101 1011010 1101 101110 1010001 110000

Color Harmonies of #DEAF17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF17

Black with #DEAF17

Text Example


Text Example

White with #DEAF17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF17; }

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

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

background-color css

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

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

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

border-color css

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

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

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