Html Css Color HEX #DFA329 Galliano

📋 copy color: '#DFA329'

red 223 ◦ green 163 ◦ blue 41

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

Shades of Galliano #DFA329

Tints of Galliano #DFA329

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 9.6%

R = 52.22%
G = 38.17%
B = 9.6%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFA329 (or 0xDFA329) is known color: Galliano. HEX triplet: DF, A3 and 29. RGB value is (223,163,41). Sum of RGB (Red+Green+Blue) = 223+163+41=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 163 (64.06% from 255 or 38.17% from 427); Blue value is 41 (16.41% from 255 or 9.60% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA329 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA329 is #205CD6. Grayscale: #A7A7A7. Windows color (decimal): -2120919 or 2728927. OLE color: 2728927.

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

Color convert

RGB 223 163 41 -
CMYK 0 0.27 0.82 0.13
HSL 40.22º 0.74% 0.52% -
HSV(B) 40.22º 0.82% 0.87% -
XYZ 43.93 42.04 7.9 -
YUV 167.03 56.88 167.92 -
System Red Green Blue C M Y K H S L
Decimal 223 163 41 0 0.27 0.82 0.13 40.22 0.74 0.52
Hex DF A3 29 0 1B 52 D 28 4A 34
Octal 337 243 51 0 33 122 15 50 112 64
Binary 11011111 10100011 101001 0 11011 1010010 1101 101000 1001010 110100

Color Harmonies of #DFA329

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA329

Black with #DFA329

Text Example


Text Example

White with #DFA329

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA329; }

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

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

background-color css

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

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

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

border-color css

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

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

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