Html Css Color HEX #DFA629 Galliano

📋 copy color: '#DFA629'

red 223 ◦ green 166 ◦ blue 41

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

Shades of Galliano #DFA629

Tints of Galliano #DFA629

RGB

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

 GREEN value IS 166 (65.23% from 255) = 38.6%

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

R = 51.86%
G = 38.6%
B = 9.53%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFA629 (or 0xDFA629) is known color: Galliano. HEX triplet: DF, A6 and 29. RGB value is (223,166,41). Sum of RGB (Red+Green+Blue) = 223+166+41=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 166 (65.23% from 255 or 38.60% from 430); Blue value is 41 (16.41% from 255 or 9.53% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA629 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA629 is #2059D6. Grayscale: #A9A9A9. Windows color (decimal): -2120151 or 2729695. OLE color: 2729695.

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

Color convert

RGB 223 166 41 -
CMYK 0 0.26 0.82 0.13
HSL 41.21º 0.74% 0.52% -
HSV(B) 41.21º 0.82% 0.87% -
XYZ 44.47 43.12 8.08 -
YUV 168.79 55.88 166.66 -
System Red Green Blue C M Y K H S L
Decimal 223 166 41 0 0.26 0.82 0.13 41.21 0.74 0.52
Hex DF A6 29 0 1A 52 D 29 4A 34
Octal 337 246 51 0 32 122 15 51 112 64
Binary 11011111 10100110 101001 0 11010 1010010 1101 101001 1001010 110100

Color Harmonies of #DFA629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA629

Black with #DFA629

Text Example


Text Example

White with #DFA629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA629; }

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

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

background-color css

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

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

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

border-color css

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

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

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