Html Css Color HEX #DEAF13 Galliano

📋 copy color: '#DEAF13'

red 222 ◦ green 175 ◦ blue 19

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

Shades of Galliano #DEAF13

Tints of Galliano #DEAF13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.57%

R = 53.37%
G = 42.07%
B = 4.57%

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

#DEAF13 (or 0xDEAF13) is known color: Galliano. HEX triplet: DE, AF and 13. RGB value is (222,175,19). Sum of RGB (Red+Green+Blue) = 222+175+19=416 (55% of max value = 765). Red value is 222 (87.11% from 255 or 53.37% from 416); Green value is 175 (68.75% from 255 or 42.07% from 416); Blue value is 19 (7.81% from 255 or 4.57% from 416); Max value from RGB is 222 - color contains mainly: red. Hex color #DEAF13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DEAF13 is #2150EC. Grayscale: #ABABAB. Windows color (decimal): -2183405 or 1290206. OLE color: 1290206.

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

Color convert

RGB 222 175 19 -
CMYK 0 0.21 0.91 0.13
HSL 46.11º 0.84% 0.47% -
HSV(B) 46.11º 0.91% 0.87% -
XYZ 45.57 46.24 7.14 -
YUV 171.27 42.07 164.18 -
System Red Green Blue C M Y K H S L
Decimal 222 175 19 0 0.21 0.91 0.13 46.11 0.84 0.47
Hex DE AF 13 0 15 5B D 2E 54 2F
Octal 336 257 23 0 25 133 15 56 124 57
Binary 11011110 10101111 10011 0 10101 1011011 1101 101110 1010100 101111

Color Harmonies of #DEAF13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DEAF13

Black with #DEAF13

Text Example


Text Example

White with #DEAF13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DEAF13; }

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

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

background-color css

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

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

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

border-color css

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

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

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