Html Css Color HEX #DEAB17 Galliano

📋 copy color: '#DEAB17'

red 222 ◦ green 171 ◦ blue 23

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

Shades of Galliano #DEAB17

Tints of Galliano #DEAB17

RGB

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

 GREEN value IS 171 (67.19% from 255) = 41.11%

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

R = 53.37%
G = 41.11%
B = 5.53%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DEAB17 (or 0xDEAB17) is known color: Galliano. HEX triplet: DE, AB and 17. RGB value is (222,171,23). Sum of RGB (Red+Green+Blue) = 222+171+23=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 171 (67.19% from 255 or 41.11% from 416); Blue value is 23 (9.38% from 255 or 5.53% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAB17 is #2154E8. Grayscale: #AAAAAA. Windows color (decimal): -2184425 or 1551326. OLE color: 1551326.

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

Color convert

RGB 222 171 23 -
CMYK 0 0.23 0.90 0.13
HSL 44.62º 0.81% 0.48% -
HSV(B) 44.62º 0.9% 0.87% -
XYZ 44.84 44.72 7.08 -
YUV 169.38 45.4 165.53 -
System Red Green Blue C M Y K H S L
Decimal 222 171 23 0 0.23 0.90 0.13 44.62 0.81 0.48
Hex DE AB 17 0 17 5A D 2D 51 30
Octal 336 253 27 0 27 132 15 55 121 60
Binary 11011110 10101011 10111 0 10111 1011010 1101 101101 1010001 110000

Color Harmonies of #DEAB17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB17

Black with #DEAB17

Text Example


Text Example

White with #DEAB17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB17; }

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

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

background-color css

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

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

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

border-color css

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

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

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