Html Css Color HEX #DEA62C Galliano

📋 copy color: '#DEA62C'

red 222 ◦ green 166 ◦ blue 44

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

Shades of Galliano #DEA62C

Tints of Galliano #DEA62C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 10.19%

R = 51.39%
G = 38.43%
B = 10.19%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DEA62C (or 0xDEA62C) is known color: Galliano. HEX triplet: DE, A6 and 2C. RGB value is (222,166,44). Sum of RGB (Red+Green+Blue) = 222+166+44=432 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.39% from 432); Green value is 166 (65.23% from 255 or 38.43% from 432); Blue value is 44 (17.58% from 255 or 10.19% from 432); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA62C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA62C is #2159D3. Grayscale: #A9A9A9. Windows color (decimal): -2185684 or 2926302. OLE color: 2926302.

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

Color convert

RGB 222 166 44 -
CMYK 0 0.25 0.80 0.13
HSL 41.12º 0.73% 0.52% -
HSV(B) 41.12º 0.8% 0.87% -
XYZ 44.22 42.98 8.35 -
YUV 168.84 57.55 165.92 -
System Red Green Blue C M Y K H S L
Decimal 222 166 44 0 0.25 0.80 0.13 41.12 0.73 0.52
Hex DE A6 2C 0 19 50 D 29 49 34
Octal 336 246 54 0 31 120 15 51 111 64
Binary 11011110 10100110 101100 0 11001 1010000 1101 101001 1001001 110100

Color Harmonies of #DEA62C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA62C

Black with #DEA62C

Text Example


Text Example

White with #DEA62C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA62C; }

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

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

background-color css

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

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

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

border-color css

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

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

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