Html Css Color HEX #DEA623 Galliano

📋 copy color: '#DEA623'

red 222 ◦ green 166 ◦ blue 35

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

Shades of Galliano #DEA623

Tints of Galliano #DEA623

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.24%

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

R = 52.48%
G = 39.24%
B = 8.27%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DEA623 (or 0xDEA623) is known color: Galliano. HEX triplet: DE, A6 and 23. RGB value is (222,166,35). Sum of RGB (Red+Green+Blue) = 222+166+35=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 166 (65.23% from 255 or 39.24% from 423); Blue value is 35 (14.06% from 255 or 8.27% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA623 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA623 is #2159DC. Grayscale: #A8A8A8. Windows color (decimal): -2185693 or 2336478. OLE color: 2336478.

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

Color convert

RGB 222 166 35 -
CMYK 0 0.25 0.84 0.13
HSL 42.03º 0.74% 0.5% -
HSV(B) 42.03º 0.84% 0.87% -
XYZ 44.06 42.92 7.55 -
YUV 167.81 53.05 166.65 -
System Red Green Blue C M Y K H S L
Decimal 222 166 35 0 0.25 0.84 0.13 42.03 0.74 0.5
Hex DE A6 23 0 19 54 D 2A 4A 32
Octal 336 246 43 0 31 124 15 52 112 62
Binary 11011110 10100110 100011 0 11001 1010100 1101 101010 1001010 110010

Color Harmonies of #DEA623

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA623

Black with #DEA623

Text Example


Text Example

White with #DEA623

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA623; }

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

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

background-color css

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

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

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

border-color css

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

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

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