Html Css Color HEX #DEAC19 Galliano

📋 copy color: '#DEAC19'

red 222 ◦ green 172 ◦ blue 25

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

Shades of Galliano #DEAC19

Tints of Galliano #DEAC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 41.05%

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

R = 52.98%
G = 41.05%
B = 5.97%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DEAC19 (or 0xDEAC19) is known color: Galliano. HEX triplet: DE, AC and 19. RGB value is (222,172,25). Sum of RGB (Red+Green+Blue) = 222+172+25=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 172 (67.58% from 255 or 41.05% from 419); Blue value is 25 (10.16% from 255 or 5.97% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAC19 is #2153E6. Grayscale: #AAAAAA. Windows color (decimal): -2184167 or 1682654. OLE color: 1682654.

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

Color convert

RGB 222 172 25 -
CMYK 0 0.23 0.89 0.13
HSL 44.77º 0.8% 0.48% -
HSV(B) 44.77º 0.89% 0.87% -
XYZ 45.05 45.1 7.25 -
YUV 170.19 46.07 164.95 -
System Red Green Blue C M Y K H S L
Decimal 222 172 25 0 0.23 0.89 0.13 44.77 0.8 0.48
Hex DE AC 19 0 17 59 D 2D 50 30
Octal 336 254 31 0 27 131 15 55 120 60
Binary 11011110 10101100 11001 0 10111 1011001 1101 101101 1010000 110000

Color Harmonies of #DEAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAC19

Black with #DEAC19

Text Example


Text Example

White with #DEAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAC19; }

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

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

background-color css

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

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

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

border-color css

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

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

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