Html Css Color HEX #DFA22E Galliano

📋 copy color: '#DFA22E'

red 223 ◦ green 162 ◦ blue 46

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

Shades of Galliano #DFA22E

Tints of Galliano #DFA22E

RGB

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

 GREEN value IS 162 (63.67% from 255) = 37.59%

 BLUE value IS 46 (18.36% from 255) = 10.67%

R = 51.74%
G = 37.59%
B = 10.67%

CMYK

 C value IS 0

 M value IS 0.27

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DFA22E (or 0xDFA22E) is known color: Galliano. HEX triplet: DF, A2 and 2E. RGB value is (223,162,46). Sum of RGB (Red+Green+Blue) = 223+162+46=431 (57% of max value = 765). Red value is 223 (87.5% from 255 or 51.74% from 431); Green value is 162 (63.67% from 255 or 37.59% from 431); Blue value is 46 (18.36% from 255 or 10.67% from 431); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA22E is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA22E is #205DD1. Grayscale: #A7A7A7. Windows color (decimal): -2121170 or 3056351. OLE color: 3056351.

HSL color Cylindrical-coordinate representation of color #DFA22E: hue angle of 39.32º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DFA22E is Cyan = 0, Magento = 0.27, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 162 46 -
CMYK 0 0.27 0.79 0.13
HSL 39.32º 0.73% 0.53% -
HSV(B) 39.32º 0.79% 0.87% -
XYZ 43.84 41.73 8.33 -
YUV 167.02 59.71 167.93 -
System Red Green Blue C M Y K H S L
Decimal 223 162 46 0 0.27 0.79 0.13 39.32 0.73 0.53
Hex DF A2 2E 0 1B 4F D 27 49 35
Octal 337 242 56 0 33 117 15 47 111 65
Binary 11011111 10100010 101110 0 11011 1001111 1101 100111 1001001 110101

Color Harmonies of #DFA22E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA22E

Black with #DFA22E

Text Example


Text Example

White with #DFA22E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA22E; }

 p { color: rgb(223,162,46); }

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

background-color css

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

 a { background-color: rgb(223,162,46); }

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

border-color css

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

 span { border-color: rgb(223,162,46); }

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