Html Css Color HEX #DEAB1E Galliano

📋 copy color: '#DEAB1E'

red 222 ◦ green 171 ◦ blue 30

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

Shades of Galliano #DEAB1E

Tints of Galliano #DEAB1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.09%

R = 52.48%
G = 40.43%
B = 7.09%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DEAB1E (or 0xDEAB1E) is known color: Galliano. HEX triplet: DE, AB and 1E. RGB value is (222,171,30). Sum of RGB (Red+Green+Blue) = 222+171+30=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 171 (67.19% from 255 or 40.43% from 423); Blue value is 30 (12.11% from 255 or 7.09% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAB1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAB1E is #2154E1. Grayscale: #AAAAAA. Windows color (decimal): -2184418 or 2010078. OLE color: 2010078.

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

Color convert

RGB 222 171 30 -
CMYK 0 0.23 0.86 0.13
HSL 44.06º 0.76% 0.49% -
HSV(B) 44.06º 0.86% 0.87% -
XYZ 44.92 44.75 7.5 -
YUV 170.18 48.9 164.96 -
System Red Green Blue C M Y K H S L
Decimal 222 171 30 0 0.23 0.86 0.13 44.06 0.76 0.49
Hex DE AB 1E 0 17 56 D 2C 4C 31
Octal 336 253 36 0 27 126 15 54 114 61
Binary 11011110 10101011 11110 0 10111 1010110 1101 101100 1001100 110001

Color Harmonies of #DEAB1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAB1E

Black with #DEAB1E

Text Example


Text Example

White with #DEAB1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAB1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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