Html Css Color HEX #DFAF16 Galliano

📋 copy color: '#DFAF16'

red 223 ◦ green 175 ◦ blue 22

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

Shades of Galliano #DFAF16

Tints of Galliano #DFAF16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.24%

R = 53.1%
G = 41.67%
B = 5.24%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFAF16 (or 0xDFAF16) is known color: Galliano. HEX triplet: DF, AF and 16. RGB value is (223,175,22). Sum of RGB (Red+Green+Blue) = 223+175+22=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 175 (68.75% from 255 or 41.67% from 420); Blue value is 22 (8.98% from 255 or 5.24% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF16 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF16 is #2050E9. Grayscale: #ACACAC. Windows color (decimal): -2117866 or 1486815. OLE color: 1486815.

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

Color convert

RGB 223 175 22 -
CMYK 0 0.22 0.90 0.13
HSL 45.67º 0.82% 0.48% -
HSV(B) 45.67º 0.9% 0.87% -
XYZ 45.91 46.41 7.3 -
YUV 171.91 43.4 164.44 -
System Red Green Blue C M Y K H S L
Decimal 223 175 22 0 0.22 0.90 0.13 45.67 0.82 0.48
Hex DF AF 16 0 16 5A D 2E 52 30
Octal 337 257 26 0 26 132 15 56 122 60
Binary 11011111 10101111 10110 0 10110 1011010 1101 101110 1010010 110000

Color Harmonies of #DFAF16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF16

Black with #DFAF16

Text Example


Text Example

White with #DFAF16

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF16; }

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

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

background-color css

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

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

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

border-color css

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

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

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