Html Css Color HEX #DFA522 Galliano

📋 copy color: '#DFA522'

red 223 ◦ green 165 ◦ blue 34

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

Shades of Galliano #DFA522

Tints of Galliano #DFA522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 8.06%

R = 52.84%
G = 39.1%
B = 8.06%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFA522 (or 0xDFA522) is known color: Galliano. HEX triplet: DF, A5 and 22. RGB value is (223,165,34). Sum of RGB (Red+Green+Blue) = 223+165+34=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 165 (64.84% from 255 or 39.10% from 422); Blue value is 34 (13.67% from 255 or 8.06% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA522 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA522 is #205ADD. Grayscale: #A7A7A7. Windows color (decimal): -2120414 or 2270687. OLE color: 2270687.

HSL color Cylindrical-coordinate representation of color #DFA522: hue angle of 41.59º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DFA522 is Cyan = 0, Magento = 0.26, Yellow = 0.85 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 165 34 -
CMYK 0 0.26 0.85 0.13
HSL 41.59º 0.75% 0.5% -
HSV(B) 41.59º 0.85% 0.87% -
XYZ 44.18 42.71 7.43 -
YUV 167.41 52.72 167.65 -
System Red Green Blue C M Y K H S L
Decimal 223 165 34 0 0.26 0.85 0.13 41.59 0.75 0.5
Hex DF A5 22 0 1A 55 D 2A 4B 32
Octal 337 245 42 0 32 125 15 52 113 62
Binary 11011111 10100101 100010 0 11010 1010101 1101 101010 1001011 110010

Color Harmonies of #DFA522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA522

Black with #DFA522

Text Example


Text Example

White with #DFA522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA522; }

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

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

background-color css

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

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

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

border-color css

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

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

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