Html Css Color HEX #DFA129 Galliano

📋 copy color: '#DFA129'

red 223 ◦ green 161 ◦ blue 41

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

Shades of Galliano #DFA129

Tints of Galliano #DFA129

RGB

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

 GREEN value IS 161 (63.28% from 255) = 37.88%

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

R = 52.47%
G = 37.88%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFA129 (or 0xDFA129) is known color: Galliano. HEX triplet: DF, A1 and 29. RGB value is (223,161,41). Sum of RGB (Red+Green+Blue) = 223+161+41=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 161 (63.28% from 255 or 37.88% from 425); Blue value is 41 (16.41% from 255 or 9.65% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA129 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA129 is #205ED6. Grayscale: #A6A6A6. Windows color (decimal): -2121431 or 2728415. OLE color: 2728415.

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

Color convert

RGB 223 161 41 -
CMYK 0 0.28 0.82 0.13
HSL 39.56º 0.74% 0.52% -
HSV(B) 39.56º 0.82% 0.87% -
XYZ 43.58 41.34 7.78 -
YUV 165.86 57.54 168.76 -
System Red Green Blue C M Y K H S L
Decimal 223 161 41 0 0.28 0.82 0.13 39.56 0.74 0.52
Hex DF A1 29 0 1C 52 D 28 4A 34
Octal 337 241 51 0 34 122 15 50 112 64
Binary 11011111 10100001 101001 0 11100 1010010 1101 101000 1001010 110100

Color Harmonies of #DFA129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA129

Black with #DFA129

Text Example


Text Example

White with #DFA129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA129; }

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

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

background-color css

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

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

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

border-color css

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

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

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