#D9C7BA

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

Shades of Swirl #D9C7BA

Tints of Swirl #D9C7BA

Color information

#D9C7BA (or 0xD9C7BA) is unknown color: approx Swirl. HEX triplet: D9, C7 and BA. RGB value is (217,199,186). Sum of RGB (Red+Green+Blue) = 217+199+186=602 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.05% from 602); Green value is 199 (78.12% from 255 or 33.06% from 602); Blue value is 186 (73.05% from 255 or 30.90% from 602); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C7BA is #263845. Grayscale: #CACACA. Windows color (decimal): -2504774 or 12240857. OLE color: 12240857.

HSL color Cylindrical-coordinate representation of color #D9C7BA: hue angle of 25.16º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9C7BA is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217199186-
CMYK00.080.140.15
HSL25.16º28.97%79.02%-
HSV(B)25.16º14.29%85.1%-
XYZ57.959.1454.82-
YUV202.9118.46138.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.05%
GREEN value IS 199 (78.12% from 255) = 33.06%
BLUE value IS 186 (73.05% from 255) = 30.90%
R=36.05%
G=33.06%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719918600.080.140.1525.1628.9779.02
HexD9C7BA08EF191d4f
Octal33130727201016173135117
Binary110110011100011110111010010001110111111001111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C7BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C7BA; }

 p { color: rgb(217,199,186); }

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

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

 a { background-color: rgb(217,199,186); }

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

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

 span { border-color: rgb(217,199,186); }

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