Html Css Color HEX #DEA917 Galliano

📋 copy color: '#DEA917'

red 222 ◦ green 169 ◦ blue 23

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

Shades of Galliano #DEA917

Tints of Galliano #DEA917

RGB

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

 GREEN value IS 169 (66.41% from 255) = 40.82%

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

R = 53.62%
G = 40.82%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEA917 (or 0xDEA917) is known color: Galliano. HEX triplet: DE, A9 and 17. RGB value is (222,169,23). Sum of RGB (Red+Green+Blue) = 222+169+23=414 (54% of max value = 765). Red value is 222 (87.11% from 255 or 53.62% from 414); Green value is 169 (66.41% from 255 or 40.82% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA917 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEA917 is #2156E8. Grayscale: #A8A8A8. Windows color (decimal): -2184937 or 1550814. OLE color: 1550814.

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

Color convert

RGB 222 169 23 -
CMYK 0 0.24 0.90 0.13
HSL 44.02º 0.81% 0.48% -
HSV(B) 44.02º 0.9% 0.87% -
XYZ 44.47 43.97 6.95 -
YUV 168.2 46.06 166.37 -
System Red Green Blue C M Y K H S L
Decimal 222 169 23 0 0.24 0.90 0.13 44.02 0.81 0.48
Hex DE A9 17 0 18 5A D 2C 51 30
Octal 336 251 27 0 30 132 15 54 121 60
Binary 11011110 10101001 10111 0 11000 1011010 1101 101100 1010001 110000

Color Harmonies of #DEA917

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA917

Black with #DEA917

Text Example


Text Example

White with #DEA917

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA917; }

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

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

background-color css

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

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

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

border-color css

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

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

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