Html Css Color HEX #DEAB1C Galliano

📋 copy color: '#DEAB1C'

red 222 ◦ green 171 ◦ blue 28

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

Shades of Galliano #DEAB1C

Tints of Galliano #DEAB1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.65%

R = 52.73%
G = 40.62%
B = 6.65%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEAB1C (or 0xDEAB1C) is known color: Galliano. HEX triplet: DE, AB and 1C. RGB value is (222,171,28). Sum of RGB (Red+Green+Blue) = 222+171+28=421 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.73% from 421); Green value is 171 (67.19% from 255 or 40.62% from 421); Blue value is 28 (11.33% from 255 or 6.65% from 421); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB1C is #2154E3. Grayscale: #AAAAAA. Windows color (decimal): -2184420 or 1879006. OLE color: 1879006.

HSL color Cylindrical-coordinate representation of color #DEAB1C: hue angle of 44.23º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEAB1C is Cyan = 0, Magento = 0.23, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 171 28 -
CMYK 0 0.23 0.87 0.13
HSL 44.23º 0.78% 0.49% -
HSV(B) 44.23º 0.87% 0.87% -
XYZ 44.9 44.74 7.37 -
YUV 169.95 47.9 165.13 -
System Red Green Blue C M Y K H S L
Decimal 222 171 28 0 0.23 0.87 0.13 44.23 0.78 0.49
Hex DE AB 1C 0 17 57 D 2C 4E 31
Octal 336 253 34 0 27 127 15 54 116 61
Binary 11011110 10101011 11100 0 10111 1010111 1101 101100 1001110 110001

Color Harmonies of #DEAB1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB1C

Black with #DEAB1C

Text Example


Text Example

White with #DEAB1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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