Html Css Color HEX #DFA027 Galliano

📋 copy color: '#DFA027'

red 223 ◦ green 160 ◦ blue 39

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

Shades of Galliano #DFA027

Tints of Galliano #DFA027

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 9.24%

R = 52.84%
G = 37.91%
B = 9.24%

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

#DFA027 (or 0xDFA027) is known color: Galliano. HEX triplet: DF, A0 and 27. RGB value is (223,160,39). Sum of RGB (Red+Green+Blue) = 223+160+39=422 (55% of max value = 765). Red value is 223 (87.5% from 255 or 52.84% from 422); Green value is 160 (62.89% from 255 or 37.91% from 422); Blue value is 39 (15.62% from 255 or 9.24% from 422); Max value from RGB is 223 - color contains mainly: red. Hex color #DFA027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #DFA027 is #205FD8. Grayscale: #A5A5A5. Windows color (decimal): -2121689 or 2597087. OLE color: 2597087.

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

Color convert

RGB 223 160 39 -
CMYK 0 0.28 0.83 0.13
HSL 39.46º 0.74% 0.51% -
HSV(B) 39.46º 0.83% 0.87% -
XYZ 43.37 40.98 7.54 -
YUV 165.04 56.87 169.34 -
System Red Green Blue C M Y K H S L
Decimal 223 160 39 0 0.28 0.83 0.13 39.46 0.74 0.51
Hex DF A0 27 0 1C 53 D 27 4A 33
Octal 337 240 47 0 34 123 15 47 112 63
Binary 11011111 10100000 100111 0 11100 1010011 1101 100111 1001010 110011

Color Harmonies of #DFA027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DFA027

Black with #DFA027

Text Example


Text Example

White with #DFA027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DFA027; }

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

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

background-color css

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

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

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

border-color css

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

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

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