Html Css Color HEX #DEAF14 Galliano

📋 copy color: '#DEAF14'

red 222 ◦ green 175 ◦ blue 20

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

Shades of Galliano #DEAF14

Tints of Galliano #DEAF14

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 4.8%

R = 53.24%
G = 41.97%
B = 4.8%

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

#DEAF14 (or 0xDEAF14) is known color: Galliano. HEX triplet: DE, AF and 14. RGB value is (222,175,20). Sum of RGB (Red+Green+Blue) = 222+175+20=417 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.24% from 417); Green value is 175 (68.75% from 255 or 41.97% from 417); Blue value is 20 (8.20% from 255 or 4.80% from 417); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF14 is #2150EB. Grayscale: #ACACAC. Windows color (decimal): -2183404 or 1355742. OLE color: 1355742.

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

Color convert

RGB 222 175 20 -
CMYK 0 0.21 0.91 0.13
HSL 46.04º 0.83% 0.47% -
HSV(B) 46.04º 0.91% 0.87% -
XYZ 45.58 46.24 7.18 -
YUV 171.38 42.57 164.1 -
System Red Green Blue C M Y K H S L
Decimal 222 175 20 0 0.21 0.91 0.13 46.04 0.83 0.47
Hex DE AF 14 0 15 5B D 2E 53 2F
Octal 336 257 24 0 25 133 15 56 123 57
Binary 11011110 10101111 10100 0 10101 1011011 1101 101110 1010011 101111

Color Harmonies of #DEAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF14

Black with #DEAF14

Text Example


Text Example

White with #DEAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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