Html Css Color HEX #DEA521 Galliano

📋 copy color: '#DEA521'

red 222 ◦ green 165 ◦ blue 33

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

Shades of Galliano #DEA521

Tints of Galliano #DEA521

RGB

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

 GREEN value IS 165 (64.84% from 255) = 39.29%

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

R = 52.86%
G = 39.29%
B = 7.86%

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

#DEA521 (or 0xDEA521) is known color: Galliano. HEX triplet: DE, A5 and 21. RGB value is (222,165,33). Sum of RGB (Red+Green+Blue) = 222+165+33=420 (55% of max value = 765). Red value is 222 (87.11% from 255 or 52.86% from 420); Green value is 165 (64.84% from 255 or 39.29% from 420); Blue value is 33 (13.28% from 255 or 7.86% from 420); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA521 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA521 is #215ADE. Grayscale: #A7A7A7. Windows color (decimal): -2185951 or 2205150. OLE color: 2205150.

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

Color convert

RGB 222 165 33 -
CMYK 0 0.26 0.85 0.13
HSL 41.9º 0.74% 0.5% -
HSV(B) 41.9º 0.85% 0.87% -
XYZ 43.85 42.55 7.34 -
YUV 167 52.38 167.23 -
System Red Green Blue C M Y K H S L
Decimal 222 165 33 0 0.26 0.85 0.13 41.9 0.74 0.5
Hex DE A5 21 0 1A 55 D 2A 4A 32
Octal 336 245 41 0 32 125 15 52 112 62
Binary 11011110 10100101 100001 0 11010 1010101 1101 101010 1001010 110010

Color Harmonies of #DEA521

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA521

Black with #DEA521

Text Example


Text Example

White with #DEA521

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA521; }

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

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

background-color css

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

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

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

border-color css

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

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

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