Html Css Color HEX #DFA028 Galliano

📋 copy color: '#DFA028'

red 223 ◦ green 160 ◦ blue 40

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

Shades of Galliano #DFA028

Tints of Galliano #DFA028

RGB

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

 GREEN value IS 160 (62.89% from 255) = 37.83%

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

R = 52.72%
G = 37.83%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DFA028 (or 0xDFA028) is known color: Galliano. HEX triplet: DF, A0 and 28. RGB value is (223,160,40). Sum of RGB (Red+Green+Blue) = 223+160+40=423 (56% of max value = 765). Red value is 223 (87.5% from 255 or 52.72% from 423); Green value is 160 (62.89% from 255 or 37.83% from 423); Blue value is 40 (16.02% from 255 or 9.46% from 423); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA028 is #205FD7. Grayscale: #A5A5A5. Windows color (decimal): -2121688 or 2662623. OLE color: 2662623.

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

Color convert

RGB 223 160 40 -
CMYK 0 0.28 0.82 0.13
HSL 39.34º 0.74% 0.52% -
HSV(B) 39.34º 0.82% 0.87% -
XYZ 43.39 40.98 7.63 -
YUV 165.16 57.37 169.26 -
System Red Green Blue C M Y K H S L
Decimal 223 160 40 0 0.28 0.82 0.13 39.34 0.74 0.52
Hex DF A0 28 0 1C 52 D 27 4A 34
Octal 337 240 50 0 34 122 15 47 112 64
Binary 11011111 10100000 101000 0 11100 1010010 1101 100111 1001010 110100

Color Harmonies of #DFA028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA028

Black with #DFA028

Text Example


Text Example

White with #DFA028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA028; }

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

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

background-color css

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

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

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

border-color css

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

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

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