Html Css Color HEX #DEAE15 Galliano

📋 copy color: '#DEAE15'

red 222 ◦ green 174 ◦ blue 21

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

Shades of Galliano #DEAE15

Tints of Galliano #DEAE15

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.04%

R = 53.24%
G = 41.73%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEAE15 (or 0xDEAE15) is known color: Galliano. HEX triplet: DE, AE and 15. RGB value is (222,174,21). Sum of RGB (Red+Green+Blue) = 222+174+21=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 174 (68.36% from 255 or 41.73% from 417); Blue value is 21 (8.59% from 255 or 5.04% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAE15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAE15 is #2151EA. Grayscale: #ABABAB. Windows color (decimal): -2183659 or 1421022. OLE color: 1421022.

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

Color convert

RGB 222 174 21 -
CMYK 0 0.22 0.91 0.13
HSL 45.67º 0.83% 0.48% -
HSV(B) 45.67º 0.91% 0.87% -
XYZ 45.4 45.86 7.17 -
YUV 170.91 43.4 164.44 -
System Red Green Blue C M Y K H S L
Decimal 222 174 21 0 0.22 0.91 0.13 45.67 0.83 0.48
Hex DE AE 15 0 16 5B D 2E 53 30
Octal 336 256 25 0 26 133 15 56 123 60
Binary 11011110 10101110 10101 0 10110 1011011 1101 101110 1010011 110000

Color Harmonies of #DEAE15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAE15

Black with #DEAE15

Text Example


Text Example

White with #DEAE15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAE15; }

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

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

background-color css

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

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

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

border-color css

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

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

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