Html Css Color HEX #DFA816 Galliano

📋 copy color: '#DFA816'

red 223 ◦ green 168 ◦ blue 22

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

Shades of Galliano #DFA816

Tints of Galliano #DFA816

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 5.33%

R = 54%
G = 40.68%
B = 5.33%

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

#DFA816 (or 0xDFA816) is known color: Galliano. HEX triplet: DF, A8 and 16. RGB value is (223,168,22). Sum of RGB (Red+Green+Blue) = 223+168+22=413 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.00% from 413); Green value is 168 (66.02% from 255 or 40.68% from 413); Blue value is 22 (8.98% from 255 or 5.33% from 413); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA816 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA816 is #2057E9. Grayscale: #A8A8A8. Windows color (decimal): -2119658 or 1485023. OLE color: 1485023.

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

Color convert

RGB 223 168 22 -
CMYK 0 0.25 0.90 0.13
HSL 43.58º 0.82% 0.48% -
HSV(B) 43.58º 0.9% 0.87% -
XYZ 44.58 43.75 6.85 -
YUV 167.8 45.72 167.37 -
System Red Green Blue C M Y K H S L
Decimal 223 168 22 0 0.25 0.90 0.13 43.58 0.82 0.48
Hex DF A8 16 0 19 5A D 2C 52 30
Octal 337 250 26 0 31 132 15 54 122 60
Binary 11011111 10101000 10110 0 11001 1011010 1101 101100 1010010 110000

Color Harmonies of #DFA816

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA816

Black with #DFA816

Text Example


Text Example

White with #DFA816

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA816; }

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

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

background-color css

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

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

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

border-color css

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

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

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