Html Css Color HEX #DFAA13 Galliano

📋 copy color: '#DFAA13'

red 223 ◦ green 170 ◦ blue 19

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

Shades of Galliano #DFAA13

Tints of Galliano #DFAA13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 4.61%

R = 54.13%
G = 41.26%
B = 4.61%

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

#DFAA13 (or 0xDFAA13) is known color: Galliano. HEX triplet: DF, AA and 13. RGB value is (223,170,19). Sum of RGB (Red+Green+Blue) = 223+170+19=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 170 (66.80% from 255 or 41.26% from 412); Blue value is 19 (7.81% from 255 or 4.61% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA13 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA13 is #2055EC. Grayscale: #A9A9A9. Windows color (decimal): -2119149 or 1288927. OLE color: 1288927.

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

Color convert

RGB 223 170 19 -
CMYK 0 0.24 0.91 0.13
HSL 44.41º 0.84% 0.47% -
HSV(B) 44.41º 0.91% 0.87% -
XYZ 44.92 44.48 6.83 -
YUV 168.63 43.56 166.78 -
System Red Green Blue C M Y K H S L
Decimal 223 170 19 0 0.24 0.91 0.13 44.41 0.84 0.47
Hex DF AA 13 0 18 5B D 2C 54 2F
Octal 337 252 23 0 30 133 15 54 124 57
Binary 11011111 10101010 10011 0 11000 1011011 1101 101100 1010100 101111

Color Harmonies of #DFAA13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA13

Black with #DFAA13

Text Example


Text Example

White with #DFAA13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA13; }

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

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

background-color css

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

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

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

border-color css

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

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

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