Html Css Color HEX #DFA529 Galliano

📋 copy color: '#DFA529'

red 223 ◦ green 165 ◦ blue 41

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

Shades of Galliano #DFA529

Tints of Galliano #DFA529

RGB

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

 GREEN value IS 165 (64.84% from 255) = 38.46%

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

R = 51.98%
G = 38.46%
B = 9.56%

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

#DFA529 (or 0xDFA529) is known color: Galliano. HEX triplet: DF, A5 and 29. RGB value is (223,165,41). Sum of RGB (Red+Green+Blue) = 223+165+41=429 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.98% from 429); Green value is 165 (64.84% from 255 or 38.46% from 429); Blue value is 41 (16.41% from 255 or 9.56% from 429); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA529 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA529 is #205AD6. Grayscale: #A8A8A8. Windows color (decimal): -2120407 or 2729439. OLE color: 2729439.

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

Color convert

RGB 223 165 41 -
CMYK 0 0.26 0.82 0.13
HSL 40.88º 0.74% 0.52% -
HSV(B) 40.88º 0.82% 0.87% -
XYZ 44.29 42.76 8.02 -
YUV 168.21 56.22 167.08 -
System Red Green Blue C M Y K H S L
Decimal 223 165 41 0 0.26 0.82 0.13 40.88 0.74 0.52
Hex DF A5 29 0 1A 52 D 29 4A 34
Octal 337 245 51 0 32 122 15 51 112 64
Binary 11011111 10100101 101001 0 11010 1010010 1101 101001 1001010 110100

Color Harmonies of #DFA529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA529

Black with #DFA529

Text Example


Text Example

White with #DFA529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA529; }

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

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

background-color css

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

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

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

border-color css

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

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

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