Html Css Color HEX #DEA629 Galliano

📋 copy color: '#DEA629'

red 222 ◦ green 166 ◦ blue 41

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

Shades of Galliano #DEA629

Tints of Galliano #DEA629

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.56%

R = 51.75%
G = 38.69%
B = 9.56%

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

#DEA629 (or 0xDEA629) is known color: Galliano. HEX triplet: DE, A6 and 29. RGB value is (222,166,41). Sum of RGB (Red+Green+Blue) = 222+166+41=429 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.75% from 429); Green value is 166 (65.23% from 255 or 38.69% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA629 is #2159D6. Grayscale: #A9A9A9. Windows color (decimal): -2185687 or 2729694. OLE color: 2729694.

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

Color convert

RGB 222 166 41 -
CMYK 0 0.25 0.82 0.13
HSL 41.44º 0.73% 0.52% -
HSV(B) 41.44º 0.82% 0.87% -
XYZ 44.16 42.96 8.06 -
YUV 168.49 56.05 166.16 -
System Red Green Blue C M Y K H S L
Decimal 222 166 41 0 0.25 0.82 0.13 41.44 0.73 0.52
Hex DE A6 29 0 19 52 D 29 49 34
Octal 336 246 51 0 31 122 15 51 111 64
Binary 11011110 10100110 101001 0 11001 1010010 1101 101001 1001001 110100

Color Harmonies of #DEA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA629

Black with #DEA629

Text Example


Text Example

White with #DEA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA629; }

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

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

background-color css

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

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

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

border-color css

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

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

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