Html Css Color HEX #DFA728 Galliano

📋 copy color: '#DFA728'

red 223 ◦ green 167 ◦ blue 40

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

Shades of Galliano #DFA728

Tints of Galliano #DFA728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 9.3%

R = 51.86%
G = 38.84%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFA728 (or 0xDFA728) is known color: Galliano. HEX triplet: DF, A7 and 28. RGB value is (223,167,40). Sum of RGB (Red+Green+Blue) = 223+167+40=430 (56% of max value = 765). Red value is 223 (87.5% from 255 or 51.86% from 430); Green value is 167 (65.62% from 255 or 38.84% from 430); Blue value is 40 (16.02% from 255 or 9.30% from 430); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA728 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA728 is #2058D7. Grayscale: #A9A9A9. Windows color (decimal): -2119896 or 2664415. OLE color: 2664415.

HSL color Cylindrical-coordinate representation of color #DFA728: hue angle of 41.64º degrees, saturation: 0.74, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DFA728 is Cyan = 0, Magento = 0.25, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 167 40 -
CMYK 0 0.25 0.82 0.13
HSL 41.64º 0.74% 0.52% -
HSV(B) 41.64º 0.82% 0.87% -
XYZ 44.63 43.48 8.05 -
YUV 169.27 55.05 166.33 -
System Red Green Blue C M Y K H S L
Decimal 223 167 40 0 0.25 0.82 0.13 41.64 0.74 0.52
Hex DF A7 28 0 19 52 D 2A 4A 34
Octal 337 247 50 0 31 122 15 52 112 64
Binary 11011111 10100111 101000 0 11001 1010010 1101 101010 1001010 110100

Color Harmonies of #DFA728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA728

Black with #DFA728

Text Example


Text Example

White with #DFA728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA728; }

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

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

background-color css

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

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

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

border-color css

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

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

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