Html Css Color HEX #DEA728 Galliano

📋 copy color: '#DEA728'

red 222 ◦ green 167 ◦ blue 40

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

Shades of Galliano #DEA728

Tints of Galliano #DEA728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.32%

R = 51.75%
G = 38.93%
B = 9.32%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEA728 (or 0xDEA728) is known color: Galliano. HEX triplet: DE, A7 and 28. RGB value is (222,167,40). Sum of RGB (Red+Green+Blue) = 222+167+40=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 167 (65.62% from 255 or 38.93% from 429); Blue value is 40 (16.02% from 255 or 9.32% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA728 is #2158D7. Grayscale: #A9A9A9. Windows color (decimal): -2185432 or 2664414. OLE color: 2664414.

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

Color convert

RGB 222 167 40 -
CMYK 0 0.25 0.82 0.13
HSL 41.87º 0.73% 0.51% -
HSV(B) 41.87º 0.82% 0.87% -
XYZ 44.33 43.32 8.03 -
YUV 168.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 222 167 40 0 0.25 0.82 0.13 41.87 0.73 0.51
Hex DE A7 28 0 19 52 D 2A 49 33
Octal 336 247 50 0 31 122 15 52 111 63
Binary 11011110 10100111 101000 0 11001 1010010 1101 101010 1001001 110011

Color Harmonies of #DEA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA728

Black with #DEA728

Text Example


Text Example

White with #DEA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA728; }

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

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

background-color css

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

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

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

border-color css

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

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

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