Html Css Color HEX #DFA829 Galliano

📋 copy color: '#DFA829'

red 223 ◦ green 168 ◦ blue 41

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

Shades of Galliano #DFA829

Tints of Galliano #DFA829

RGB

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

 GREEN value IS 168 (66.02% from 255) = 38.89%

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

R = 51.62%
G = 38.89%
B = 9.49%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFA829 (or 0xDFA829) is known color: Galliano. HEX triplet: DF, A8 and 29. RGB value is (223,168,41). Sum of RGB (Red+Green+Blue) = 223+168+41=432 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.62% from 432); Green value is 168 (66.02% from 255 or 38.89% from 432); Blue value is 41 (16.41% from 255 or 9.49% from 432); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA829 is #2057D6. Grayscale: #AAAAAA. Windows color (decimal): -2119639 or 2730207. OLE color: 2730207.

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

Color convert

RGB 223 168 41 -
CMYK 0 0.25 0.82 0.13
HSL 41.87º 0.74% 0.52% -
HSV(B) 41.87º 0.82% 0.87% -
XYZ 44.83 43.85 8.2 -
YUV 169.97 55.22 165.83 -
System Red Green Blue C M Y K H S L
Decimal 223 168 41 0 0.25 0.82 0.13 41.87 0.74 0.52
Hex DF A8 29 0 19 52 D 2A 4A 34
Octal 337 250 51 0 31 122 15 52 112 64
Binary 11011111 10101000 101001 0 11001 1010010 1101 101010 1001010 110100

Color Harmonies of #DFA829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA829

Black with #DFA829

Text Example


Text Example

White with #DFA829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA829; }

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

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

background-color css

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

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

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

border-color css

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

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

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