Html Css Color HEX #DFAA14 Galliano

📋 copy color: '#DFAA14'

red 223 ◦ green 170 ◦ blue 20

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

Shades of Galliano #DFAA14

Tints of Galliano #DFAA14

RGB

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

 GREEN value IS 170 (66.8% from 255) = 41.16%

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

R = 54%
G = 41.16%
B = 4.84%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFAA14 (or 0xDFAA14) is known color: Galliano. HEX triplet: DF, AA and 14. RGB value is (223,170,20). Sum of RGB (Red+Green+Blue) = 223+170+20=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 170 (66.80% from 255 or 41.16% from 413); Blue value is 20 (8.20% from 255 or 4.84% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA14 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA14 is #2055EB. Grayscale: #A9A9A9. Windows color (decimal): -2119148 or 1354463. OLE color: 1354463.

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

Color convert

RGB 223 170 20 -
CMYK 0 0.24 0.91 0.13
HSL 44.33º 0.84% 0.48% -
HSV(B) 44.33º 0.91% 0.87% -
XYZ 44.93 44.49 6.88 -
YUV 168.75 44.06 166.7 -
System Red Green Blue C M Y K H S L
Decimal 223 170 20 0 0.24 0.91 0.13 44.33 0.84 0.48
Hex DF AA 14 0 18 5B D 2C 54 30
Octal 337 252 24 0 30 133 15 54 124 60
Binary 11011111 10101010 10100 0 11000 1011011 1101 101100 1010100 110000

Color Harmonies of #DFAA14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA14

Black with #DFAA14

Text Example


Text Example

White with #DFAA14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA14; }

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

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

background-color css

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

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

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

border-color css

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

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

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