Html Css Color HEX #DFA815 Galliano

📋 copy color: '#DFA815'

red 223 ◦ green 168 ◦ blue 21

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

Shades of Galliano #DFA815

Tints of Galliano #DFA815

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 5.1%

R = 54.13%
G = 40.78%
B = 5.1%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.91

 K value IS 0.13

RGB Variations

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

Color information

#DFA815 (or 0xDFA815) is known color: Galliano. HEX triplet: DF, A8 and 15. RGB value is (223,168,21). Sum of RGB (Red+Green+Blue) = 223+168+21=412 (54% of max value = 765). Red value is 223 (87.5% from 255 or 54.13% from 412); Green value is 168 (66.02% from 255 or 40.78% from 412); Blue value is 21 (8.59% from 255 or 5.10% from 412); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA815 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA815 is #2057EA. Grayscale: #A8A8A8. Windows color (decimal): -2119659 or 1419487. OLE color: 1419487.

HSL color Cylindrical-coordinate representation of color #DFA815: hue angle of 43.66º degrees, saturation: 0.83, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #DFA815 is Cyan = 0, Magento = 0.25, Yellow = 0.91 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 168 21 -
CMYK 0 0.25 0.91 0.13
HSL 43.66º 0.83% 0.48% -
HSV(B) 43.66º 0.91% 0.87% -
XYZ 44.57 43.75 6.8 -
YUV 167.69 45.22 167.45 -
System Red Green Blue C M Y K H S L
Decimal 223 168 21 0 0.25 0.91 0.13 43.66 0.83 0.48
Hex DF A8 15 0 19 5B D 2C 53 30
Octal 337 250 25 0 31 133 15 54 123 60
Binary 11011111 10101000 10101 0 11001 1011011 1101 101100 1010011 110000

Color Harmonies of #DFA815

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA815

Black with #DFA815

Text Example


Text Example

White with #DFA815

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA815; }

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

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

background-color css

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

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

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

border-color css

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

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

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