Html Css Color HEX #DFA025 Galliano

📋 copy color: '#DFA025'

red 223 ◦ green 160 ◦ blue 37

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

Shades of Galliano #DFA025

Tints of Galliano #DFA025

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 8.81%

R = 53.1%
G = 38.1%
B = 8.81%

CMYK

 C value IS 0

 M value IS 0.28

 Y value IS 0.83

 K value IS 0.13

RGB Variations

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

Color information

#DFA025 (or 0xDFA025) is known color: Galliano. HEX triplet: DF, A0 and 25. RGB value is (223,160,37). Sum of RGB (Red+Green+Blue) = 223+160+37=420 (55% of max value = 765). Red value is 223 (87.5% from 255 or 53.10% from 420); Green value is 160 (62.89% from 255 or 38.10% from 420); Blue value is 37 (14.84% from 255 or 8.81% from 420); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA025 is #205FDA. Grayscale: #A5A5A5. Windows color (decimal): -2121691 or 2466015. OLE color: 2466015.

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

Color convert

RGB 223 160 37 -
CMYK 0 0.28 0.83 0.13
HSL 39.68º 0.74% 0.51% -
HSV(B) 39.68º 0.83% 0.87% -
XYZ 43.34 40.96 7.37 -
YUV 164.82 55.87 169.5 -
System Red Green Blue C M Y K H S L
Decimal 223 160 37 0 0.28 0.83 0.13 39.68 0.74 0.51
Hex DF A0 25 0 1C 53 D 28 4A 33
Octal 337 240 45 0 34 123 15 50 112 63
Binary 11011111 10100000 100101 0 11100 1010011 1101 101000 1001010 110011

Color Harmonies of #DFA025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA025

Black with #DFA025

Text Example


Text Example

White with #DFA025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA025; }

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

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

background-color css

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

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

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

border-color css

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

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

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