Html Css Color HEX #DFA726 Galliano

📋 copy color: '#DFA726'

red 223 ◦ green 167 ◦ blue 38

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

Shades of Galliano #DFA726

Tints of Galliano #DFA726

RGB

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

 GREEN value IS 167 (65.63% from 255) = 39.02%

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

R = 52.1%
G = 39.02%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFA726 (or 0xDFA726) is known color: Galliano. HEX triplet: DF, A7 and 26. RGB value is (223,167,38). Sum of RGB (Red+Green+Blue) = 223+167+38=428 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.10% from 428); Green value is 167 (65.62% from 255 or 39.02% from 428); Blue value is 38 (15.23% from 255 or 8.88% from 428); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA726 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA726 is #2058D9. Grayscale: #A9A9A9. Windows color (decimal): -2119898 or 2533343. OLE color: 2533343.

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

Color convert

RGB 223 167 38 -
CMYK 0 0.25 0.83 0.13
HSL 41.84º 0.74% 0.51% -
HSV(B) 41.84º 0.83% 0.87% -
XYZ 44.6 43.47 7.87 -
YUV 169.04 54.05 166.49 -
System Red Green Blue C M Y K H S L
Decimal 223 167 38 0 0.25 0.83 0.13 41.84 0.74 0.51
Hex DF A7 26 0 19 53 D 2A 4A 33
Octal 337 247 46 0 31 123 15 52 112 63
Binary 11011111 10100111 100110 0 11001 1010011 1101 101010 1001010 110011

Color Harmonies of #DFA726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA726

Black with #DFA726

Text Example


Text Example

White with #DFA726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA726; }

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

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

background-color css

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

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

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

border-color css

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

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

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