Html Css Color HEX #DFA822 Galliano

📋 copy color: '#DFA822'

red 223 ◦ green 168 ◦ blue 34

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

Shades of Galliano #DFA822

Tints of Galliano #DFA822

RGB

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

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

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

R = 52.47%
G = 39.53%
B = 8%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFA822 (or 0xDFA822) is known color: Galliano. HEX triplet: DF, A8 and 22. RGB value is (223,168,34). Sum of RGB (Red+Green+Blue) = 223+168+34=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 168 (66.02% from 255 or 39.53% from 425); Blue value is 34 (13.67% from 255 or 8% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA822 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA822 is #2057DD. Grayscale: #A9A9A9. Windows color (decimal): -2119646 or 2271455. OLE color: 2271455.

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

Color convert

RGB 223 168 34 -
CMYK 0 0.25 0.85 0.13
HSL 42.54º 0.75% 0.5% -
HSV(B) 42.54º 0.85% 0.87% -
XYZ 44.72 43.81 7.61 -
YUV 169.17 51.72 166.4 -
System Red Green Blue C M Y K H S L
Decimal 223 168 34 0 0.25 0.85 0.13 42.54 0.75 0.5
Hex DF A8 22 0 19 55 D 2B 4B 32
Octal 337 250 42 0 31 125 15 53 113 62
Binary 11011111 10101000 100010 0 11001 1010101 1101 101011 1001011 110010

Color Harmonies of #DFA822

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA822

Black with #DFA822

Text Example


Text Example

White with #DFA822

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA822; }

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

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

background-color css

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

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

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

border-color css

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

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

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