Html Css Color HEX #DFAC17 Galliano

📋 copy color: '#DFAC17'

red 223 ◦ green 172 ◦ blue 23

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

Shades of Galliano #DFAC17

Tints of Galliano #DFAC17

RGB

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

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

 BLUE value IS 23 (9.38% from 255) = 5.5%

R = 53.35%
G = 41.15%
B = 5.5%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFAC17 (or 0xDFAC17) is known color: Galliano. HEX triplet: DF, AC and 17. RGB value is (223,172,23). Sum of RGB (Red+Green+Blue) = 223+172+23=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 172 (67.58% from 255 or 41.15% from 418); Blue value is 23 (9.38% from 255 or 5.50% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC17 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFAC17 is #2053E8. Grayscale: #AAAAAA. Windows color (decimal): -2118633 or 1551583. OLE color: 1551583.

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

Color convert

RGB 223 172 23 -
CMYK 0 0.23 0.90 0.13
HSL 44.7º 0.81% 0.48% -
HSV(B) 44.7º 0.9% 0.87% -
XYZ 45.34 45.25 7.16 -
YUV 170.26 44.9 165.62 -
System Red Green Blue C M Y K H S L
Decimal 223 172 23 0 0.23 0.90 0.13 44.7 0.81 0.48
Hex DF AC 17 0 17 5A D 2D 51 30
Octal 337 254 27 0 27 132 15 55 121 60
Binary 11011111 10101100 10111 0 10111 1011010 1101 101101 1010001 110000

Color Harmonies of #DFAC17

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC17

Black with #DFAC17

Text Example


Text Example

White with #DFAC17

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC17; }

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

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

background-color css

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

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

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

border-color css

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

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

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