Html Css Color HEX #DEAF19 Galliano

📋 copy color: '#DEAF19'

red 222 ◦ green 175 ◦ blue 25

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

Shades of Galliano #DEAF19

Tints of Galliano #DEAF19

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 5.92%

R = 52.61%
G = 41.47%
B = 5.92%

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

#DEAF19 (or 0xDEAF19) is known color: Galliano. HEX triplet: DE, AF and 19. RGB value is (222,175,25). Sum of RGB (Red+Green+Blue) = 222+175+25=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 175 (68.75% from 255 or 41.47% from 422); Blue value is 25 (10.16% from 255 or 5.92% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF19 is #2150E6. Grayscale: #ACACAC. Windows color (decimal): -2183399 or 1683422. OLE color: 1683422.

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

Color convert

RGB 222 175 25 -
CMYK 0 0.21 0.89 0.13
HSL 45.69º 0.8% 0.48% -
HSV(B) 45.69º 0.89% 0.87% -
XYZ 45.63 46.26 7.44 -
YUV 171.95 45.07 163.7 -
System Red Green Blue C M Y K H S L
Decimal 222 175 25 0 0.21 0.89 0.13 45.69 0.8 0.48
Hex DE AF 19 0 15 59 D 2E 50 30
Octal 336 257 31 0 25 131 15 56 120 60
Binary 11011110 10101111 11001 0 10101 1011001 1101 101110 1010000 110000

Color Harmonies of #DEAF19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF19

Black with #DEAF19

Text Example


Text Example

White with #DEAF19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF19; }

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

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

background-color css

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

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

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

border-color css

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

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

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