Html Css Color HEX #DFAD14 Galliano

📋 copy color: '#DFAD14'

red 223 ◦ green 173 ◦ blue 20

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

Shades of Galliano #DFAD14

Tints of Galliano #DFAD14

RGB

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

 GREEN value IS 173 (67.97% from 255) = 41.59%

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

R = 53.61%
G = 41.59%
B = 4.81%

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

#DFAD14 (or 0xDFAD14) is known color: Galliano. HEX triplet: DF, AD and 14. RGB value is (223,173,20). Sum of RGB (Red+Green+Blue) = 223+173+20=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 173 (67.97% from 255 or 41.59% from 416); Blue value is 20 (8.20% from 255 or 4.81% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAD14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAD14 is #2052EB. Grayscale: #ABABAB. Windows color (decimal): -2118380 or 1355231. OLE color: 1355231.

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

Color convert

RGB 223 173 20 -
CMYK 0 0.22 0.91 0.13
HSL 45.22º 0.84% 0.48% -
HSV(B) 45.22º 0.91% 0.87% -
XYZ 45.5 45.63 7.07 -
YUV 170.51 43.07 165.44 -
System Red Green Blue C M Y K H S L
Decimal 223 173 20 0 0.22 0.91 0.13 45.22 0.84 0.48
Hex DF AD 14 0 16 5B D 2D 54 30
Octal 337 255 24 0 26 133 15 55 124 60
Binary 11011111 10101101 10100 0 10110 1011011 1101 101101 1010100 110000

Color Harmonies of #DFAD14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAD14

Black with #DFAD14

Text Example


Text Example

White with #DFAD14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAD14; }

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

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

background-color css

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

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

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

border-color css

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

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

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