Html Css Color HEX #DEA326 Galliano

📋 copy color: '#DEA326'

red 222 ◦ green 163 ◦ blue 38

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

Shades of Galliano #DEA326

Tints of Galliano #DEA326

RGB

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

 GREEN value IS 163 (64.06% from 255) = 38.53%

 BLUE value IS 38 (15.23% from 255) = 8.98%

R = 52.48%
G = 38.53%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DEA326 (or 0xDEA326) is known color: Galliano. HEX triplet: DE, A3 and 26. RGB value is (222,163,38). Sum of RGB (Red+Green+Blue) = 222+163+38=423 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.48% from 423); Green value is 163 (64.06% from 255 or 38.53% from 423); Blue value is 38 (15.23% from 255 or 8.98% from 423); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA326 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA326 is #215CD9. Grayscale: #A6A6A6. Windows color (decimal): -2186458 or 2532318. OLE color: 2532318.

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

Color convert

RGB 222 163 38 -
CMYK 0 0.27 0.83 0.13
HSL 40.76º 0.74% 0.51% -
HSV(B) 40.76º 0.83% 0.87% -
XYZ 43.57 41.86 7.62 -
YUV 166.39 55.55 167.66 -
System Red Green Blue C M Y K H S L
Decimal 222 163 38 0 0.27 0.83 0.13 40.76 0.74 0.51
Hex DE A3 26 0 1B 53 D 29 4A 33
Octal 336 243 46 0 33 123 15 51 112 63
Binary 11011110 10100011 100110 0 11011 1010011 1101 101001 1001010 110011

Color Harmonies of #DEA326

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA326

Black with #DEA326

Text Example


Text Example

White with #DEA326

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA326; }

 p { color: rgb(222,163,38); }

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

background-color css

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

 a { background-color: rgb(222,163,38); }

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

border-color css

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

 span { border-color: rgb(222,163,38); }

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