Html Css Color HEX #DFA32F Galliano

📋 copy color: '#DFA32F'

red 223 ◦ green 163 ◦ blue 47

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

Shades of Galliano #DFA32F

Tints of Galliano #DFA32F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 10.85%

R = 51.5%
G = 37.64%
B = 10.85%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFA32F (or 0xDFA32F) is known color: Galliano. HEX triplet: DF, A3 and 2F. RGB value is (223,163,47). Sum of RGB (Red+Green+Blue) = 223+163+47=433 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.50% from 433); Green value is 163 (64.06% from 255 or 37.64% from 433); Blue value is 47 (18.75% from 255 or 10.85% from 433); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA32F is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA32F is #205CD0. Grayscale: #A8A8A8. Windows color (decimal): -2120913 or 3122143. OLE color: 3122143.

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

Color convert

RGB 223 163 47 -
CMYK 0 0.27 0.79 0.13
HSL 39.55º 0.73% 0.53% -
HSV(B) 39.55º 0.79% 0.87% -
XYZ 44.04 42.09 8.49 -
YUV 167.72 59.88 167.43 -
System Red Green Blue C M Y K H S L
Decimal 223 163 47 0 0.27 0.79 0.13 39.55 0.73 0.53
Hex DF A3 2F 0 1B 4F D 28 49 35
Octal 337 243 57 0 33 117 15 50 111 65
Binary 11011111 10100011 101111 0 11011 1001111 1101 101000 1001001 110101

Color Harmonies of #DFA32F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA32F

Black with #DFA32F

Text Example


Text Example

White with #DFA32F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA32F; }

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

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

background-color css

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

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

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

border-color css

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

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

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