Html Css Color HEX #DEA824 Galliano

📋 copy color: '#DEA824'

red 222 ◦ green 168 ◦ blue 36

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

Shades of Galliano #DEA824

Tints of Galliano #DEA824

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.44%

 BLUE value IS 36 (14.45% from 255) = 8.45%

R = 52.11%
G = 39.44%
B = 8.45%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEA824 (or 0xDEA824) is known color: Galliano. HEX triplet: DE, A8 and 24. RGB value is (222,168,36). Sum of RGB (Red+Green+Blue) = 222+168+36=426 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.11% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 36 (14.45% from 255 or 8.45% from 426); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA824 is #2157DB. Grayscale: #A9A9A9. Windows color (decimal): -2185180 or 2402526. OLE color: 2402526.

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

Color convert

RGB 222 168 36 -
CMYK 0 0.24 0.84 0.13
HSL 42.58º 0.74% 0.51% -
HSV(B) 42.58º 0.84% 0.87% -
XYZ 44.45 43.66 7.75 -
YUV 169.1 52.89 165.73 -
System Red Green Blue C M Y K H S L
Decimal 222 168 36 0 0.24 0.84 0.13 42.58 0.74 0.51
Hex DE A8 24 0 18 54 D 2B 4A 33
Octal 336 250 44 0 30 124 15 53 112 63
Binary 11011110 10101000 100100 0 11000 1010100 1101 101011 1001010 110011

Color Harmonies of #DEA824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA824

Black with #DEA824

Text Example


Text Example

White with #DEA824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA824; }

 p { color: rgb(222,168,36); }

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

background-color css

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

 a { background-color: rgb(222,168,36); }

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

border-color css

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

 span { border-color: rgb(222,168,36); }

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