Html Css Color HEX #DFA31F Galliano

📋 copy color: '#DFA31F'

red 223 ◦ green 163 ◦ blue 31

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

Shades of Galliano #DFA31F

Tints of Galliano #DFA31F

RGB

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

 GREEN value IS 163 (64.06% from 255) = 39.09%

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

R = 53.48%
G = 39.09%
B = 7.43%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.86

 K value IS 0.13

RGB Variations

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

Color information

#DFA31F (or 0xDFA31F) is known color: Galliano. HEX triplet: DF, A3 and 1F. RGB value is (223,163,31). Sum of RGB (Red+Green+Blue) = 223+163+31=417 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.48% from 417); Green value is 163 (64.06% from 255 or 39.09% from 417); Blue value is 31 (12.5% from 255 or 7.43% from 417); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA31F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA31F is #205CE0. Grayscale: #A6A6A6. Windows color (decimal): -2120929 or 2073567. OLE color: 2073567.

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

Color convert

RGB 223 163 31 -
CMYK 0 0.27 0.86 0.13
HSL 41.25º 0.76% 0.5% -
HSV(B) 41.25º 0.86% 0.87% -
XYZ 43.78 41.98 7.09 -
YUV 165.89 51.88 168.73 -
System Red Green Blue C M Y K H S L
Decimal 223 163 31 0 0.27 0.86 0.13 41.25 0.76 0.5
Hex DF A3 1F 0 1B 56 D 29 4C 32
Octal 337 243 37 0 33 126 15 51 114 62
Binary 11011111 10100011 11111 0 11011 1010110 1101 101001 1001100 110010

Color Harmonies of #DFA31F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA31F

Black with #DFA31F

Text Example


Text Example

White with #DFA31F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA31F; }

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

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

background-color css

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

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

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

border-color css

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

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

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