Html Css Color HEX #DFA824 Galliano

📋 copy color: '#DFA824'

red 223 ◦ green 168 ◦ blue 36

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

Shades of Galliano #DFA824

Tints of Galliano #DFA824

RGB

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

 GREEN value IS 168 (66.02% from 255) = 39.34%

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

R = 52.22%
G = 39.34%
B = 8.43%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.84

 K value IS 0.13

RGB Variations

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

Color information

#DFA824 (or 0xDFA824) is known color: Galliano. HEX triplet: DF, A8 and 24. RGB value is (223,168,36). Sum of RGB (Red+Green+Blue) = 223+168+36=427 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.22% from 427); Green value is 168 (66.02% from 255 or 39.34% from 427); Blue value is 36 (14.45% from 255 or 8.43% from 427); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA824 is #2057DB. Grayscale: #A9A9A9. Windows color (decimal): -2119644 or 2402527. OLE color: 2402527.

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

Color convert

RGB 223 168 36 -
CMYK 0 0.25 0.84 0.13
HSL 42.35º 0.75% 0.51% -
HSV(B) 42.35º 0.84% 0.87% -
XYZ 44.75 43.82 7.77 -
YUV 169.4 52.72 166.23 -
System Red Green Blue C M Y K H S L
Decimal 223 168 36 0 0.25 0.84 0.13 42.35 0.75 0.51
Hex DF A8 24 0 19 54 D 2A 4B 33
Octal 337 250 44 0 31 124 15 52 113 63
Binary 11011111 10101000 100100 0 11001 1010100 1101 101010 1001011 110011

Color Harmonies of #DFA824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA824

Black with #DFA824

Text Example


Text Example

White with #DFA824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA824; }

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

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

background-color css

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

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

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

border-color css

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

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

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