Html Css Color HEX #DEA023 Galliano

📋 copy color: '#DEA023'

red 222 ◦ green 160 ◦ blue 35

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

Shades of Galliano #DEA023

Tints of Galliano #DEA023

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38.37%

 BLUE value IS 35 (14.06% from 255) = 8.39%

R = 53.24%
G = 38.37%
B = 8.39%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEA023 (or 0xDEA023) is known color: Galliano. HEX triplet: DE, A0 and 23. RGB value is (222,160,35). Sum of RGB (Red+Green+Blue) = 222+160+35=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 160 (62.89% from 255 or 38.37% from 417); Blue value is 35 (14.06% from 255 or 8.39% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA023 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA023 is #215FDC. Grayscale: #A4A4A4. Windows color (decimal): -2187229 or 2334942. OLE color: 2334942.

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

Color convert

RGB 222 160 35 -
CMYK 0 0.28 0.84 0.13
HSL 40.11º 0.74% 0.5% -
HSV(B) 40.11º 0.84% 0.87% -
XYZ 43 40.79 7.2 -
YUV 164.29 55.04 169.16 -
System Red Green Blue C M Y K H S L
Decimal 222 160 35 0 0.28 0.84 0.13 40.11 0.74 0.5
Hex DE A0 23 0 1C 54 D 28 4A 32
Octal 336 240 43 0 34 124 15 50 112 62
Binary 11011110 10100000 100011 0 11100 1010100 1101 101000 1001010 110010

Color Harmonies of #DEA023

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA023

Black with #DEA023

Text Example


Text Example

White with #DEA023

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA023; }

 p { color: rgb(222,160,35); }

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

background-color css

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

 a { background-color: rgb(222,160,35); }

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

border-color css

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

 span { border-color: rgb(222,160,35); }

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