Html Css Color HEX #DFAC19 Galliano

📋 copy color: '#DFAC19'

red 223 ◦ green 172 ◦ blue 25

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

Shades of Galliano #DFAC19

Tints of Galliano #DFAC19

RGB

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

 GREEN value IS 172 (67.58% from 255) = 40.95%

 BLUE value IS 25 (10.16% from 255) = 5.95%

R = 53.1%
G = 40.95%
B = 5.95%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DFAC19 (or 0xDFAC19) is known color: Galliano. HEX triplet: DF, AC and 19. RGB value is (223,172,25). Sum of RGB (Red+Green+Blue) = 223+172+25=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 172 (67.58% from 255 or 40.95% from 420); Blue value is 25 (10.16% from 255 or 5.95% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC19 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC19 is #2053E6. Grayscale: #ABABAB. Windows color (decimal): -2118631 or 1682655. OLE color: 1682655.

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

Color convert

RGB 223 172 25 -
CMYK 0 0.23 0.89 0.13
HSL 44.55º 0.8% 0.49% -
HSV(B) 44.55º 0.89% 0.87% -
XYZ 45.36 45.26 7.27 -
YUV 170.49 45.9 165.45 -
System Red Green Blue C M Y K H S L
Decimal 223 172 25 0 0.23 0.89 0.13 44.55 0.8 0.49
Hex DF AC 19 0 17 59 D 2D 50 31
Octal 337 254 31 0 27 131 15 55 120 61
Binary 11011111 10101100 11001 0 10111 1011001 1101 101101 1010000 110001

Color Harmonies of #DFAC19

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC19

Black with #DFAC19

Text Example


Text Example

White with #DFAC19

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC19; }

 p { color: rgb(223,172,25); }

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

background-color css

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

 a { background-color: rgb(223,172,25); }

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

border-color css

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

 span { border-color: rgb(223,172,25); }

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