Html Css Color HEX #DEAF15 Galliano

📋 copy color: '#DEAF15'

red 222 ◦ green 175 ◦ blue 21

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

Shades of Galliano #DEAF15

Tints of Galliano #DEAF15

RGB

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

 GREEN value IS 175 (68.75% from 255) = 41.87%

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

R = 53.11%
G = 41.87%
B = 5.02%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DEAF15 (or 0xDEAF15) is known color: Galliano. HEX triplet: DE, AF and 15. RGB value is (222,175,21). Sum of RGB (Red+Green+Blue) = 222+175+21=418 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.11% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 21 (8.59% from 255 or 5.02% from 418); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF15 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF15 is #2150EA. Grayscale: #ACACAC. Windows color (decimal): -2183403 or 1421278. OLE color: 1421278.

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

Color convert

RGB 222 175 21 -
CMYK 0 0.21 0.91 0.13
HSL 45.97º 0.83% 0.48% -
HSV(B) 45.97º 0.91% 0.87% -
XYZ 45.59 46.24 7.23 -
YUV 171.5 43.07 164.02 -
System Red Green Blue C M Y K H S L
Decimal 222 175 21 0 0.21 0.91 0.13 45.97 0.83 0.48
Hex DE AF 15 0 15 5B D 2E 53 30
Octal 336 257 25 0 25 133 15 56 123 60
Binary 11011110 10101111 10101 0 10101 1011011 1101 101110 1010011 110000

Color Harmonies of #DEAF15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF15

Black with #DEAF15

Text Example


Text Example

White with #DEAF15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF15; }

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

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

background-color css

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

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

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

border-color css

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

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

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