Html Css Color HEX #DEA721 Galliano

📋 copy color: '#DEA721'

red 222 ◦ green 167 ◦ blue 33

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

Shades of Galliano #DEA721

Tints of Galliano #DEA721

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.57%

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

R = 52.61%
G = 39.57%
B = 7.82%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DEA721 (or 0xDEA721) is known color: Galliano. HEX triplet: DE, A7 and 21. RGB value is (222,167,33). Sum of RGB (Red+Green+Blue) = 222+167+33=422 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.61% from 422); Green value is 167 (65.62% from 255 or 39.57% from 422); Blue value is 33 (13.28% from 255 or 7.82% from 422); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA721 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA721 is #2158DE. Grayscale: #A8A8A8. Windows color (decimal): -2185439 or 2205662. OLE color: 2205662.

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

Color convert

RGB 222 167 33 -
CMYK 0 0.25 0.85 0.13
HSL 42.54º 0.74% 0.5% -
HSV(B) 42.54º 0.85% 0.87% -
XYZ 44.22 43.28 7.46 -
YUV 168.17 51.72 166.4 -
System Red Green Blue C M Y K H S L
Decimal 222 167 33 0 0.25 0.85 0.13 42.54 0.74 0.5
Hex DE A7 21 0 19 55 D 2B 4A 32
Octal 336 247 41 0 31 125 15 53 112 62
Binary 11011110 10100111 100001 0 11001 1010101 1101 101011 1001010 110010

Color Harmonies of #DEA721

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA721

Black with #DEA721

Text Example


Text Example

White with #DEA721

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA721; }

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

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

background-color css

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

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

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

border-color css

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

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

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