Html Css Color HEX #DFA819 Galliano

📋 copy color: '#DFA819'

red 223 ◦ green 168 ◦ blue 25

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

Shades of Galliano #DFA819

Tints of Galliano #DFA819

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 6.01%

R = 53.61%
G = 40.38%
B = 6.01%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.89

 K value IS 0.13

RGB Variations

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

Color information

#DFA819 (or 0xDFA819) is known color: Galliano. HEX triplet: DF, A8 and 19. RGB value is (223,168,25). Sum of RGB (Red+Green+Blue) = 223+168+25=416 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.61% from 416); Green value is 168 (66.02% from 255 or 40.38% from 416); Blue value is 25 (10.16% from 255 or 6.01% from 416); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA819 is not a web safe color. Web safe color analog (approx): #CC9900. Inversed color of #DFA819 is #2057E6. Grayscale: #A8A8A8. Windows color (decimal): -2119655 or 1681631. OLE color: 1681631.

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

Color convert

RGB 223 168 25 -
CMYK 0 0.25 0.89 0.13
HSL 43.33º 0.8% 0.49% -
HSV(B) 43.33º 0.89% 0.87% -
XYZ 44.61 43.76 7.02 -
YUV 168.14 47.22 167.13 -
System Red Green Blue C M Y K H S L
Decimal 223 168 25 0 0.25 0.89 0.13 43.33 0.8 0.49
Hex DF A8 19 0 19 59 D 2B 50 31
Octal 337 250 31 0 31 131 15 53 120 61
Binary 11011111 10101000 11001 0 11001 1011001 1101 101011 1010000 110001

Color Harmonies of #DFA819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA819

Black with #DFA819

Text Example


Text Example

White with #DFA819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA819; }

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

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

background-color css

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

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

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

border-color css

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

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

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