Html Css Color HEX #DFA922 Galliano

📋 copy color: '#DFA922'

red 223 ◦ green 169 ◦ blue 34

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

Shades of Galliano #DFA922

Tints of Galliano #DFA922

RGB

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

 GREEN value IS 169 (66.41% from 255) = 39.67%

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

R = 52.35%
G = 39.67%
B = 7.98%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.85

 K value IS 0.13

RGB Variations

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

Color information

#DFA922 (or 0xDFA922) is known color: Galliano. HEX triplet: DF, A9 and 22. RGB value is (223,169,34). Sum of RGB (Red+Green+Blue) = 223+169+34=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 169 (66.41% from 255 or 39.67% from 426); Blue value is 34 (13.67% from 255 or 7.98% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA922 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA922 is #2056DD. Grayscale: #AAAAAA. Windows color (decimal): -2119390 or 2271711. OLE color: 2271711.

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

Color convert

RGB 223 169 34 -
CMYK 0 0.24 0.85 0.13
HSL 42.86º 0.75% 0.5% -
HSV(B) 42.86º 0.85% 0.87% -
XYZ 44.91 44.18 7.67 -
YUV 169.76 51.39 165.98 -
System Red Green Blue C M Y K H S L
Decimal 223 169 34 0 0.24 0.85 0.13 42.86 0.75 0.5
Hex DF A9 22 0 18 55 D 2B 4B 32
Octal 337 251 42 0 30 125 15 53 113 62
Binary 11011111 10101001 100010 0 11000 1010101 1101 101011 1001011 110010

Color Harmonies of #DFA922

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA922

Black with #DFA922

Text Example


Text Example

White with #DFA922

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA922; }

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

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

background-color css

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

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

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

border-color css

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

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

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