Html Css Color HEX #DFA11E Galliano

📋 copy color: '#DFA11E'

red 223 ◦ green 161 ◦ blue 30

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

Shades of Galliano #DFA11E

Tints of Galliano #DFA11E

RGB

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

 GREEN value IS 161 (63.28% from 255) = 38.89%

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

R = 53.86%
G = 38.89%
B = 7.25%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFA11E (or 0xDFA11E) is known color: Galliano. HEX triplet: DF, A1 and 1E. RGB value is (223,161,30). Sum of RGB (Red+Green+Blue) = 223+161+30=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 161 (63.28% from 255 or 38.89% from 414); Blue value is 30 (12.11% from 255 or 7.25% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA11E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA11E is #205EE1. Grayscale: #A5A5A5. Windows color (decimal): -2121442 or 2007519. OLE color: 2007519.

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

Color convert

RGB 223 161 30 -
CMYK 0 0.28 0.87 0.13
HSL 40.73º 0.76% 0.5% -
HSV(B) 40.73º 0.87% 0.87% -
XYZ 43.41 41.27 6.91 -
YUV 164.6 52.04 169.65 -
System Red Green Blue C M Y K H S L
Decimal 223 161 30 0 0.28 0.87 0.13 40.73 0.76 0.5
Hex DF A1 1E 0 1C 57 D 29 4C 32
Octal 337 241 36 0 34 127 15 51 114 62
Binary 11011111 10100001 11110 0 11100 1010111 1101 101001 1001100 110010

Color Harmonies of #DFA11E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA11E

Black with #DFA11E

Text Example


Text Example

White with #DFA11E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA11E; }

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

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

background-color css

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

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

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

border-color css

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

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

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