Html Css Color HEX #DFA823 Galliano

📋 copy color: '#DFA823'

red 223 ◦ green 168 ◦ blue 35

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

Shades of Galliano #DFA823

Tints of Galliano #DFA823

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 8.22%

R = 52.35%
G = 39.44%
B = 8.22%

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

#DFA823 (or 0xDFA823) is known color: Galliano. HEX triplet: DF, A8 and 23. RGB value is (223,168,35). Sum of RGB (Red+Green+Blue) = 223+168+35=426 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.35% from 426); Green value is 168 (66.02% from 255 or 39.44% from 426); Blue value is 35 (14.06% from 255 or 8.22% from 426); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA823 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA823 is #2057DC. Grayscale: #A9A9A9. Windows color (decimal): -2119645 or 2336991. OLE color: 2336991.

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

Color convert

RGB 223 168 35 -
CMYK 0 0.25 0.84 0.13
HSL 42.45º 0.75% 0.51% -
HSV(B) 42.45º 0.84% 0.87% -
XYZ 44.74 43.81 7.69 -
YUV 169.28 52.22 166.31 -
System Red Green Blue C M Y K H S L
Decimal 223 168 35 0 0.25 0.84 0.13 42.45 0.75 0.51
Hex DF A8 23 0 19 54 D 2A 4B 33
Octal 337 250 43 0 31 124 15 52 113 63
Binary 11011111 10101000 100011 0 11001 1010100 1101 101010 1001011 110011

Color Harmonies of #DFA823

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA823

Black with #DFA823

Text Example


Text Example

White with #DFA823

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA823; }

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

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

background-color css

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

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

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

border-color css

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

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

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