#DFB0A4

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

Shades of Shilo #DFB0A4

Tints of Shilo #DFB0A4

Color information

#DFB0A4 (or 0xDFB0A4) is unknown color: approx Shilo. HEX triplet: DF, B0 and A4. RGB value is (223,176,164). Sum of RGB (Red+Green+Blue) = 223+176+164=563 (74% of max value = 765). Red value is 223 (87.5% from 255 or 39.61% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 164 (64.45% from 255 or 29.13% from 563); Max value from RGB is 223 - color contains mainly: red. Hex color #DFB0A4 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DFB0A4 is #204F5B. Grayscale: #BCBCBC. Windows color (decimal): -2117468 or 10793183. OLE color: 10793183.

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

Color convert

RGB223176164-
CMYK00.210.260.13
HSL12.2º47.97%75.88%-
HSV(B)12.2º26.46%87.45%-
XYZ52.6649.4241.89-
YUV188.68114.07152.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 39.61%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 164 (64.45% from 255) = 29.13%
R=39.61%
G=31.26%
B=29.13%

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
Decimal22317616400.210.260.1312.247.9775.88
HexDFB0A40151ADc304c
Octal33726024402532151460114
Binary11011111101100001010010001010111010110111001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DFB0A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DFB0A4; }

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

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

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

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

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

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

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

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