Html Css Color HEX #DFA426 Galliano

📋 copy color: '#DFA426'

red 223 ◦ green 164 ◦ blue 38

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

Shades of Galliano #DFA426

Tints of Galliano #DFA426

RGB

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

 GREEN value IS 164 (64.45% from 255) = 38.59%

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

R = 52.47%
G = 38.59%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFA426 (or 0xDFA426) is known color: Galliano. HEX triplet: DF, A4 and 26. RGB value is (223,164,38). Sum of RGB (Red+Green+Blue) = 223+164+38=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 164 (64.45% from 255 or 38.59% from 425); Blue value is 38 (15.23% from 255 or 8.94% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA426 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA426 is #205BD9. Grayscale: #A7A7A7. Windows color (decimal): -2120666 or 2532575. OLE color: 2532575.

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

Color convert

RGB 223 164 38 -
CMYK 0 0.26 0.83 0.13
HSL 40.86º 0.74% 0.51% -
HSV(B) 40.86º 0.83% 0.87% -
XYZ 44.06 42.38 7.69 -
YUV 167.28 55.05 167.75 -
System Red Green Blue C M Y K H S L
Decimal 223 164 38 0 0.26 0.83 0.13 40.86 0.74 0.51
Hex DF A4 26 0 1A 53 D 29 4A 33
Octal 337 244 46 0 32 123 15 51 112 63
Binary 11011111 10100100 100110 0 11010 1010011 1101 101001 1001010 110011

Color Harmonies of #DFA426

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA426

Black with #DFA426

Text Example


Text Example

White with #DFA426

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA426; }

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

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

background-color css

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

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

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

border-color css

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

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

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