#DFB1A4

Color #DFB1A4 Shilo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shilo #DFB1A4

Tints of Shilo #DFB1A4

Color information

#DFB1A4 (or 0xDFB1A4) is unknown color: approx Shilo. HEX triplet: DF, B1 and A4. RGB value is (223,177,164). Sum of RGB (Red+Green+Blue) = 223+177+164=564 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.54% from 564); Green value is 177 (69.53% from 255 or 31.38% from 564); Blue value is 164 (64.45% from 255 or 29.08% from 564); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB1A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB1A4 is #204E5B. Grayscale: #BDBDBD. Windows color (decimal): -2117212 or 10793439. OLE color: 10793439.

HSL color Cylindrical-coordinate representation of color #DFB1A4: hue angle of 13.22º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #DFB1A4 is Cyan = 0, Magento = 0.21, Yellow = 0.26 and Black (K on CMYK) = 0.13.

Color convert

RGB223177164-
CMYK00.210.260.13
HSL13.22º47.97%75.88%-
HSV(B)13.22º26.46%87.45%-
XYZ52.8549.8141.95-
YUV189.27113.74152.06-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.54%
GREEN value IS 177 (69.53% from 255) = 31.38%
BLUE value IS 164 (64.45% from 255) = 29.08%
R=39.54%
G=31.38%
B=29.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.26
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22317716400.210.260.1313.2247.9775.88
HexDFB1A40151ADd304c
Octal33726124402532151560114
Binary11011111101100011010010001010111010110111011100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB1A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB1A4; }

 p { color: rgb(223,177,164); }

 H1.HeaderClassName
 {
   color: #DFB1A4;
 }
 .AnyTagClassName
 {
   color: #DFB1A4;
 }
</style>
background-color css

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

 a { background-color: rgb(223,177,164); }

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

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

 span { border-color: rgb(223,177,164); }

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