#D9C8BC

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

Shades of Swirl #D9C8BC

Tints of Swirl #D9C8BC

Color information

#D9C8BC (or 0xD9C8BC) is unknown color: approx Swirl. HEX triplet: D9, C8 and BC. RGB value is (217,200,188). Sum of RGB (Red+Green+Blue) = 217+200+188=605 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.87% from 605); Green value is 200 (78.52% from 255 or 33.06% from 605); Blue value is 188 (73.83% from 255 or 31.07% from 605); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8BC is #263743. Grayscale: #CBCBCB. Windows color (decimal): -2504516 or 12372185. OLE color: 12372185.

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

Color convert

RGB217200188-
CMYK00.080.130.15
HSL24.83º27.62%79.41%-
HSV(B)24.83º13.36%85.1%-
XYZ58.3559.6956.02-
YUV203.71119.13137.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.87%
GREEN value IS 200 (78.52% from 255) = 33.06%
BLUE value IS 188 (73.83% from 255) = 31.07%
R=35.87%
G=33.06%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720018800.080.130.1524.8327.6279.41
HexD9C8BC08DF191c4f
Octal33131027401015173134117
Binary110110011100100010111100010001101111111001111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8BC; }

 p { color: rgb(217,200,188); }

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

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

 a { background-color: rgb(217,200,188); }

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

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

 span { border-color: rgb(217,200,188); }

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