Html Css Color HEX #DEA921 Galliano

📋 copy color: '#DEA921'

red 222 ◦ green 169 ◦ blue 33

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

Shades of Galliano #DEA921

Tints of Galliano #DEA921

RGB

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

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

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

R = 52.36%
G = 39.86%
B = 7.78%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEA921 (or 0xDEA921) is known color: Galliano. HEX triplet: DE, A9 and 21. RGB value is (222,169,33). Sum of RGB (Red+Green+Blue) = 222+169+33=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 169 (66.41% from 255 or 39.86% from 424); Blue value is 33 (13.28% from 255 or 7.78% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA921 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA921 is #2156DE. Grayscale: #A9A9A9. Windows color (decimal): -2184927 or 2206174. OLE color: 2206174.

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

Color convert

RGB 222 169 33 -
CMYK 0 0.24 0.85 0.13
HSL 43.17º 0.74% 0.5% -
HSV(B) 43.17º 0.85% 0.87% -
XYZ 44.59 44.02 7.58 -
YUV 169.34 51.06 165.56 -
System Red Green Blue C M Y K H S L
Decimal 222 169 33 0 0.24 0.85 0.13 43.17 0.74 0.5
Hex DE A9 21 0 18 55 D 2B 4A 32
Octal 336 251 41 0 30 125 15 53 112 62
Binary 11011110 10101001 100001 0 11000 1010101 1101 101011 1001010 110010

Color Harmonies of #DEA921

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA921

Black with #DEA921

Text Example


Text Example

White with #DEA921

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA921; }

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

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

background-color css

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

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

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

border-color css

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

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

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