Html Css Color HEX #DFAF11 Galliano

📋 copy color: '#DFAF11'

red 223 ◦ green 175 ◦ blue 17

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

Shades of Galliano #DFAF11

Tints of Galliano #DFAF11

RGB

 RED value IS 223 (87.5% from 255) = 53.73%

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

 BLUE value IS 17 (7.03% from 255) = 4.1%

R = 53.73%
G = 42.17%
B = 4.1%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.92

 K value IS 0.13

RGB Variations

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

Color information

#DFAF11 (or 0xDFAF11) is known color: Galliano. HEX triplet: DF, AF and 11. RGB value is (223,175,17). Sum of RGB (Red+Green+Blue) = 223+175+17=415 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.73% from 415); Green value is 175 (68.75% from 255 or 42.17% from 415); Blue value is 17 (7.03% from 255 or 4.10% from 415); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF11 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF11 is #2050EE. Grayscale: #ACACAC. Windows color (decimal): -2117871 or 1159135. OLE color: 1159135.

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

Color convert

RGB 223 175 17 -
CMYK 0 0.22 0.92 0.13
HSL 46.02º 0.86% 0.47% -
HSV(B) 46.02º 0.92% 0.87% -
XYZ 45.86 46.39 7.07 -
YUV 171.34 40.9 164.85 -
System Red Green Blue C M Y K H S L
Decimal 223 175 17 0 0.22 0.92 0.13 46.02 0.86 0.47
Hex DF AF 11 0 16 5C D 2E 56 2F
Octal 337 257 21 0 26 134 15 56 126 57
Binary 11011111 10101111 10001 0 10110 1011100 1101 101110 1010110 101111

Color Harmonies of #DFAF11

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF11

Black with #DFAF11

Text Example


Text Example

White with #DFAF11

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF11; }

 p { color: rgb(223,175,17); }

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

background-color css

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

 a { background-color: rgb(223,175,17); }

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

border-color css

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

 span { border-color: rgb(223,175,17); }

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