Html Css Color HEX #DFA31C Galliano

📋 copy color: '#DFA31C'

red 223 ◦ green 163 ◦ blue 28

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

Shades of Galliano #DFA31C

Tints of Galliano #DFA31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 6.76%

R = 53.86%
G = 39.37%
B = 6.76%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DFA31C (or 0xDFA31C) is known color: Galliano. HEX triplet: DF, A3 and 1C. RGB value is (223,163,28). Sum of RGB (Red+Green+Blue) = 223+163+28=414 (54% of max value = 765). Red value is 223 (87.5% from 255 or 53.86% from 414); Green value is 163 (64.06% from 255 or 39.37% from 414); Blue value is 28 (11.33% from 255 or 6.76% from 414); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA31C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA31C is #205CE3. Grayscale: #A6A6A6. Windows color (decimal): -2120932 or 1876959. OLE color: 1876959.

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

Color convert

RGB 223 163 28 -
CMYK 0 0.27 0.87 0.13
HSL 41.54º 0.78% 0.49% -
HSV(B) 41.54º 0.87% 0.87% -
XYZ 43.74 41.97 6.89 -
YUV 165.55 50.38 168.98 -
System Red Green Blue C M Y K H S L
Decimal 223 163 28 0 0.27 0.87 0.13 41.54 0.78 0.49
Hex DF A3 1C 0 1B 57 D 2A 4E 31
Octal 337 243 34 0 33 127 15 52 116 61
Binary 11011111 10100011 11100 0 11011 1010111 1101 101010 1001110 110001

Color Harmonies of #DFA31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA31C

Black with #DFA31C

Text Example


Text Example

White with #DFA31C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA31C; }

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

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

background-color css

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

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

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

border-color css

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

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

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