Html Css Color HEX #DEAE1C Galliano

📋 copy color: '#DEAE1C'

red 222 ◦ green 174 ◦ blue 28

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

Shades of Galliano #DEAE1C

Tints of Galliano #DEAE1C

RGB

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

 GREEN value IS 174 (68.36% from 255) = 41.04%

 BLUE value IS 28 (11.33% from 255) = 6.6%

R = 52.36%
G = 41.04%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DEAE1C (or 0xDEAE1C) is known color: Galliano. HEX triplet: DE, AE and 1C. RGB value is (222,174,28). Sum of RGB (Red+Green+Blue) = 222+174+28=424 (56% of max value = 765). Red value is 222 (87.11% from 255 or 52.36% from 424); Green value is 174 (68.36% from 255 or 41.04% from 424); Blue value is 28 (11.33% from 255 or 6.60% from 424); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE1C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DEAE1C is #2151E3. Grayscale: #ACACAC. Windows color (decimal): -2183652 or 1879774. OLE color: 1879774.

HSL color Cylindrical-coordinate representation of color #DEAE1C: hue angle of 45.15º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DEAE1C is Cyan = 0, Magento = 0.22, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 174 28 -
CMYK 0 0.22 0.87 0.13
HSL 45.15º 0.78% 0.49% -
HSV(B) 45.15º 0.87% 0.87% -
XYZ 45.47 45.89 7.56 -
YUV 171.71 46.9 163.87 -
System Red Green Blue C M Y K H S L
Decimal 222 174 28 0 0.22 0.87 0.13 45.15 0.78 0.49
Hex DE AE 1C 0 16 57 D 2D 4E 31
Octal 336 256 34 0 26 127 15 55 116 61
Binary 11011110 10101110 11100 0 10110 1010111 1101 101101 1001110 110001

Color Harmonies of #DEAE1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAE1C

Black with #DEAE1C

Text Example


Text Example

White with #DEAE1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAE1C; }

 p { color: rgb(222,174,28); }

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

background-color css

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

 a { background-color: rgb(222,174,28); }

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

border-color css

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

 span { border-color: rgb(222,174,28); }

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