Html Css Color HEX #DEA729 Galliano

📋 copy color: '#DEA729'

red 222 ◦ green 167 ◦ blue 41

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

Shades of Galliano #DEA729

Tints of Galliano #DEA729

RGB

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

 GREEN value IS 167 (65.63% from 255) = 38.84%

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

R = 51.63%
G = 38.84%
B = 9.53%

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

#DEA729 (or 0xDEA729) is known color: Galliano. HEX triplet: DE, A7 and 29. RGB value is (222,167,41). Sum of RGB (Red+Green+Blue) = 222+167+41=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA729 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEA729 is #2158D6. Grayscale: #A9A9A9. Windows color (decimal): -2185431 or 2729950. OLE color: 2729950.

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

Color convert

RGB 222 167 41 -
CMYK 0 0.25 0.82 0.13
HSL 41.77º 0.73% 0.52% -
HSV(B) 41.77º 0.82% 0.87% -
XYZ 44.34 43.33 8.12 -
YUV 169.08 55.72 165.75 -
System Red Green Blue C M Y K H S L
Decimal 222 167 41 0 0.25 0.82 0.13 41.77 0.73 0.52
Hex DE A7 29 0 19 52 D 2A 49 34
Octal 336 247 51 0 31 122 15 52 111 64
Binary 11011110 10100111 101001 0 11001 1010010 1101 101010 1001001 110100

Color Harmonies of #DEA729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEA729

Black with #DEA729

Text Example


Text Example

White with #DEA729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEA729; }

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

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

background-color css

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

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

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

border-color css

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

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

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