Html Css Color HEX #DFAC1E Galliano

📋 copy color: '#DFAC1E'

red 223 ◦ green 172 ◦ blue 30

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

Shades of Galliano #DFAC1E

Tints of Galliano #DFAC1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 7.06%

R = 52.47%
G = 40.47%
B = 7.06%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFAC1E (or 0xDFAC1E) is known color: Galliano. HEX triplet: DF, AC and 1E. RGB value is (223,172,30). Sum of RGB (Red+Green+Blue) = 223+172+30=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 30 (12.11% from 255 or 7.06% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFAC1E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFAC1E is #2053E1. Grayscale: #ABABAB. Windows color (decimal): -2118626 or 2010335. OLE color: 2010335.

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

Color convert

RGB 223 172 30 -
CMYK 0 0.23 0.87 0.13
HSL 44.15º 0.76% 0.5% -
HSV(B) 44.15º 0.87% 0.87% -
XYZ 45.42 45.29 7.58 -
YUV 171.06 48.4 165.05 -
System Red Green Blue C M Y K H S L
Decimal 223 172 30 0 0.23 0.87 0.13 44.15 0.76 0.5
Hex DF AC 1E 0 17 57 D 2C 4C 32
Octal 337 254 36 0 27 127 15 54 114 62
Binary 11011111 10101100 11110 0 10111 1010111 1101 101100 1001100 110010

Color Harmonies of #DFAC1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFAC1E

Black with #DFAC1E

Text Example


Text Example

White with #DFAC1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFAC1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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