Html Css Color HEX #DFAA18 Galliano

📋 copy color: '#DFAA18'

red 223 ◦ green 170 ◦ blue 24

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

Shades of Galliano #DFAA18

Tints of Galliano #DFAA18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 5.76%

R = 53.48%
G = 40.77%
B = 5.76%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DFAA18 (or 0xDFAA18) is known color: Galliano. HEX triplet: DF, AA and 18. RGB value is (223,170,24). Sum of RGB (Red+Green+Blue) = 223+170+24=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 170 (66.80% from 255 or 40.77% from 417); Blue value is 24 (9.77% from 255 or 5.76% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAA18 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAA18 is #2055E7. Grayscale: #A9A9A9. Windows color (decimal): -2119144 or 1616607. OLE color: 1616607.

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

Color convert

RGB 223 170 24 -
CMYK 0 0.24 0.89 0.13
HSL 44.02º 0.81% 0.48% -
HSV(B) 44.02º 0.89% 0.87% -
XYZ 44.97 44.5 7.08 -
YUV 169.2 46.06 166.37 -
System Red Green Blue C M Y K H S L
Decimal 223 170 24 0 0.24 0.89 0.13 44.02 0.81 0.48
Hex DF AA 18 0 18 59 D 2C 51 30
Octal 337 252 30 0 30 131 15 54 121 60
Binary 11011111 10101010 11000 0 11000 1011001 1101 101100 1010001 110000

Color Harmonies of #DFAA18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAA18

Black with #DFAA18

Text Example


Text Example

White with #DFAA18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAA18; }

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

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

background-color css

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

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

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

border-color css

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

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

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