Html Css Color HEX #DEAF18 Galliano

📋 copy color: '#DEAF18'

red 222 ◦ green 175 ◦ blue 24

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

Shades of Galliano #DEAF18

Tints of Galliano #DEAF18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.7%

R = 52.73%
G = 41.57%
B = 5.7%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEAF18 (or 0xDEAF18) is known color: Galliano. HEX triplet: DE, AF and 18. RGB value is (222,175,24). Sum of RGB (Red+Green+Blue) = 222+175+24=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 175 (68.75% from 255 or 41.57% from 421); Blue value is 24 (9.77% from 255 or 5.70% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF18 is #2150E7. Grayscale: #ACACAC. Windows color (decimal): -2183400 or 1617886. OLE color: 1617886.

HSL color Cylindrical-coordinate representation of color #DEAF18: hue angle of 45.76º degrees, saturation: 0.8, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #DEAF18 is Cyan = 0, Magento = 0.21, Yellow = 0.89 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 175 24 -
CMYK 0 0.21 0.89 0.13
HSL 45.76º 0.8% 0.48% -
HSV(B) 45.76º 0.89% 0.87% -
XYZ 45.62 46.26 7.39 -
YUV 171.84 44.57 163.78 -
System Red Green Blue C M Y K H S L
Decimal 222 175 24 0 0.21 0.89 0.13 45.76 0.8 0.48
Hex DE AF 18 0 15 59 D 2E 50 30
Octal 336 257 30 0 25 131 15 56 120 60
Binary 11011110 10101111 11000 0 10101 1011001 1101 101110 1010000 110000

Color Harmonies of #DEAF18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF18

Black with #DEAF18

Text Example


Text Example

White with #DEAF18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF18; }

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

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

background-color css

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

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

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

border-color css

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

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

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