Html Css Color HEX #DFA624 Galliano

📋 copy color: '#DFA624'

red 223 ◦ green 166 ◦ blue 36

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

Shades of Galliano #DFA624

Tints of Galliano #DFA624

RGB

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

 GREEN value IS 166 (65.23% from 255) = 39.06%

 BLUE value IS 36 (14.45% from 255) = 8.47%

R = 52.47%
G = 39.06%
B = 8.47%

CMYK

 C value IS 0

 M value IS 0.26

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFA624 (or 0xDFA624) is known color: Galliano. HEX triplet: DF, A6 and 24. RGB value is (223,166,36). Sum of RGB (Red+Green+Blue) = 223+166+36=425 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.47% from 425); Green value is 166 (65.23% from 255 or 39.06% from 425); Blue value is 36 (14.45% from 255 or 8.47% from 425); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA624 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA624 is #2059DB. Grayscale: #A8A8A8. Windows color (decimal): -2120156 or 2402015. OLE color: 2402015.

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

Color convert

RGB 223 166 36 -
CMYK 0 0.26 0.84 0.13
HSL 41.71º 0.75% 0.51% -
HSV(B) 41.71º 0.84% 0.87% -
XYZ 44.39 43.09 7.65 -
YUV 168.22 53.38 167.07 -
System Red Green Blue C M Y K H S L
Decimal 223 166 36 0 0.26 0.84 0.13 41.71 0.75 0.51
Hex DF A6 24 0 1A 54 D 2A 4B 33
Octal 337 246 44 0 32 124 15 52 113 63
Binary 11011111 10100110 100100 0 11010 1010100 1101 101010 1001011 110011

Color Harmonies of #DFA624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA624

Black with #DFA624

Text Example


Text Example

White with #DFA624

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA624; }

 p { color: rgb(223,166,36); }

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

background-color css

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

 a { background-color: rgb(223,166,36); }

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

border-color css

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

 span { border-color: rgb(223,166,36); }

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