Html Css Color HEX #DFA817 Galliano

📋 copy color: '#DFA817'

red 223 ◦ green 168 ◦ blue 23

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

Shades of Galliano #DFA817

Tints of Galliano #DFA817

RGB

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

 GREEN value IS 168 (66.02% from 255) = 40.58%

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

R = 53.86%
G = 40.58%
B = 5.56%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.90

 K value IS 0.13

RGB Variations

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

Color information

#DFA817 (or 0xDFA817) is known color: Galliano. HEX triplet: DF, A8 and 17. RGB value is (223,168,23). Sum of RGB (Red+Green+Blue) = 223+168+23=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 168 (66.02% from 255 or 40.58% from 414); Blue value is 23 (9.38% from 255 or 5.56% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA817 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA817 is #2057E8. Grayscale: #A8A8A8. Windows color (decimal): -2119657 or 1550559. OLE color: 1550559.

HSL color Cylindrical-coordinate representation of color #DFA817: hue angle of 43.5º 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 #DFA817 is Cyan = 0, Magento = 0.25, Yellow = 0.90 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 168 23 -
CMYK 0 0.25 0.90 0.13
HSL 43.5º 0.81% 0.48% -
HSV(B) 43.5º 0.9% 0.87% -
XYZ 44.59 43.76 6.91 -
YUV 167.92 46.22 167.29 -
System Red Green Blue C M Y K H S L
Decimal 223 168 23 0 0.25 0.90 0.13 43.5 0.81 0.48
Hex DF A8 17 0 19 5A D 2C 51 30
Octal 337 250 27 0 31 132 15 54 121 60
Binary 11011111 10101000 10111 0 11001 1011010 1101 101100 1010001 110000

Color Harmonies of #DFA817

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA817

Black with #DFA817

Text Example


Text Example

White with #DFA817

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA817; }

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

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

background-color css

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

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

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

border-color css

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

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

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