Html Css Color HEX #DFA41F Galliano

📋 copy color: '#DFA41F'

red 223 ◦ green 164 ◦ blue 31

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

Shades of Galliano #DFA41F

Tints of Galliano #DFA41F

RGB

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

 GREEN value IS 164 (64.45% from 255) = 39.23%

 BLUE value IS 31 (12.5% from 255) = 7.42%

R = 53.35%
G = 39.23%
B = 7.42%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFA41F (or 0xDFA41F) is known color: Galliano. HEX triplet: DF, A4 and 1F. RGB value is (223,164,31). Sum of RGB (Red+Green+Blue) = 223+164+31=418 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.35% from 418); Green value is 164 (64.45% from 255 or 39.23% from 418); Blue value is 31 (12.5% from 255 or 7.42% from 418); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA41F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA41F is #205BE0. Grayscale: #A7A7A7. Windows color (decimal): -2120673 or 2073823. OLE color: 2073823.

HSL color Cylindrical-coordinate representation of color #DFA41F: hue angle of 41.56º degrees, saturation: 0.76, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DFA41F is Cyan = 0, Magento = 0.26, Yellow = 0.86 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 164 31 -
CMYK 0 0.26 0.86 0.13
HSL 41.56º 0.76% 0.5% -
HSV(B) 41.56º 0.86% 0.87% -
XYZ 43.95 42.34 7.15 -
YUV 166.48 51.55 168.31 -
System Red Green Blue C M Y K H S L
Decimal 223 164 31 0 0.26 0.86 0.13 41.56 0.76 0.5
Hex DF A4 1F 0 1A 56 D 2A 4C 32
Octal 337 244 37 0 32 126 15 52 114 62
Binary 11011111 10100100 11111 0 11010 1010110 1101 101010 1001100 110010

Color Harmonies of #DFA41F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA41F

Black with #DFA41F

Text Example


Text Example

White with #DFA41F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA41F; }

 p { color: rgb(223,164,31); }

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

background-color css

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

 a { background-color: rgb(223,164,31); }

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

border-color css

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

 span { border-color: rgb(223,164,31); }

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