Html Css Color HEX #DEA429 Galliano

📋 copy color: '#DEA429'

red 222 ◦ green 164 ◦ blue 41

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

Shades of Galliano #DEA429

Tints of Galliano #DEA429

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.41%

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

R = 51.99%
G = 38.41%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DEA429 (or 0xDEA429) is known color: Galliano. HEX triplet: DE, A4 and 29. RGB value is (222,164,41). Sum of RGB (Red+Green+Blue) = 222+164+41=427 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.99% from 427); Green value is 164 (64.45% from 255 or 38.41% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA429 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA429 is #215BD6. Grayscale: #A7A7A7. Windows color (decimal): -2186199 or 2729182. OLE color: 2729182.

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

Color convert

RGB 222 164 41 -
CMYK 0 0.26 0.82 0.13
HSL 40.77º 0.73% 0.52% -
HSV(B) 40.77º 0.82% 0.87% -
XYZ 43.8 42.24 7.94 -
YUV 167.32 56.72 167 -
System Red Green Blue C M Y K H S L
Decimal 222 164 41 0 0.26 0.82 0.13 40.77 0.73 0.52
Hex DE A4 29 0 1A 52 D 29 49 34
Octal 336 244 51 0 32 122 15 51 111 64
Binary 11011110 10100100 101001 0 11010 1010010 1101 101001 1001001 110100

Color Harmonies of #DEA429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA429

Black with #DEA429

Text Example


Text Example

White with #DEA429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA429; }

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

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

background-color css

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

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

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

border-color css

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

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

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