Html Css Color HEX #DFAF14 Galliano

📋 copy color: '#DFAF14'

red 223 ◦ green 175 ◦ blue 20

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

Shades of Galliano #DFAF14

Tints of Galliano #DFAF14

RGB

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

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

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

R = 53.35%
G = 41.87%
B = 4.78%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFAF14 (or 0xDFAF14) is known color: Galliano. HEX triplet: DF, AF and 14. RGB value is (223,175,20). Sum of RGB (Red+Green+Blue) = 223+175+20=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 175 (68.75% from 255 or 41.87% from 418); Blue value is 20 (8.20% from 255 or 4.78% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAF14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAF14 is #2050EB. Grayscale: #ACACAC. Windows color (decimal): -2117868 or 1355743. OLE color: 1355743.

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

Color convert

RGB 223 175 20 -
CMYK 0 0.22 0.91 0.13
HSL 45.81º 0.84% 0.48% -
HSV(B) 45.81º 0.91% 0.87% -
XYZ 45.89 46.4 7.2 -
YUV 171.68 42.4 164.6 -
System Red Green Blue C M Y K H S L
Decimal 223 175 20 0 0.22 0.91 0.13 45.81 0.84 0.48
Hex DF AF 14 0 16 5B D 2E 54 30
Octal 337 257 24 0 26 133 15 56 124 60
Binary 11011111 10101111 10100 0 10110 1011011 1101 101110 1010100 110000

Color Harmonies of #DFAF14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAF14

Black with #DFAF14

Text Example


Text Example

White with #DFAF14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAF14; }

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

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

background-color css

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

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

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

border-color css

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

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

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