Html Css Color HEX #DFA026 Galliano

📋 copy color: '#DFA026'

red 223 ◦ green 160 ◦ blue 38

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

Shades of Galliano #DFA026

Tints of Galliano #DFA026

RGB

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

 GREEN value IS 160 (62.89% from 255) = 38%

 BLUE value IS 38 (15.23% from 255) = 9.03%

R = 52.97%
G = 38%
B = 9.03%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFA026 (or 0xDFA026) is known color: Galliano. HEX triplet: DF, A0 and 26. RGB value is (223,160,38). Sum of RGB (Red+Green+Blue) = 223+160+38=421 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.97% from 421); Green value is 160 (62.89% from 255 or 38.00% from 421); Blue value is 38 (15.23% from 255 or 9.03% from 421); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA026 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA026 is #205FD9. Grayscale: #A5A5A5. Windows color (decimal): -2121690 or 2531551. OLE color: 2531551.

HSL color Cylindrical-coordinate representation of color #DFA026: hue angle of 39.57º degrees, saturation: 0.74, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DFA026 is Cyan = 0, Magento = 0.28, Yellow = 0.83 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 160 38 -
CMYK 0 0.28 0.83 0.13
HSL 39.57º 0.74% 0.51% -
HSV(B) 39.57º 0.83% 0.87% -
XYZ 43.35 40.97 7.46 -
YUV 164.93 56.37 169.42 -
System Red Green Blue C M Y K H S L
Decimal 223 160 38 0 0.28 0.83 0.13 39.57 0.74 0.51
Hex DF A0 26 0 1C 53 D 28 4A 33
Octal 337 240 46 0 34 123 15 50 112 63
Binary 11011111 10100000 100110 0 11100 1010011 1101 101000 1001010 110011

Color Harmonies of #DFA026

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA026

Black with #DFA026

Text Example


Text Example

White with #DFA026

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA026; }

 p { color: rgb(223,160,38); }

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

background-color css

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

 a { background-color: rgb(223,160,38); }

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

border-color css

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

 span { border-color: rgb(223,160,38); }

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