Html Css Color HEX #DEA421 Galliano

📋 copy color: '#DEA421'

red 222 ◦ green 164 ◦ blue 33

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

Shades of Galliano #DEA421

Tints of Galliano #DEA421

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.14%

 BLUE value IS 33 (13.28% from 255) = 7.88%

R = 52.98%
G = 39.14%
B = 7.88%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEA421 (or 0xDEA421) is known color: Galliano. HEX triplet: DE, A4 and 21. RGB value is (222,164,33). Sum of RGB (Red+Green+Blue) = 222+164+33=419 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.98% from 419); Green value is 164 (64.45% from 255 or 39.14% from 419); Blue value is 33 (13.28% from 255 or 7.88% from 419); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA421 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA421 is #215BDE. Grayscale: #A6A6A6. Windows color (decimal): -2186207 or 2204894. OLE color: 2204894.

HSL color Cylindrical-coordinate representation of color #DEA421: hue angle of 41.59º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DEA421 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 164 33 -
CMYK 0 0.26 0.85 0.13
HSL 41.59º 0.74% 0.5% -
HSV(B) 41.59º 0.85% 0.87% -
XYZ 43.67 42.19 7.28 -
YUV 166.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 222 164 33 0 0.26 0.85 0.13 41.59 0.74 0.5
Hex DE A4 21 0 1A 55 D 2A 4A 32
Octal 336 244 41 0 32 125 15 52 112 62
Binary 11011110 10100100 100001 0 11010 1010101 1101 101010 1001010 110010

Color Harmonies of #DEA421

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA421

Black with #DEA421

Text Example


Text Example

White with #DEA421

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA421; }

 p { color: rgb(222,164,33); }

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

background-color css

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

 a { background-color: rgb(222,164,33); }

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

border-color css

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

 span { border-color: rgb(222,164,33); }

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