#D9C8BD

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

Shades of Swirl #D9C8BD

Tints of Swirl #D9C8BD

Color information

#D9C8BD (or 0xD9C8BD) is unknown color: approx Swirl. HEX triplet: D9, C8 and BD. RGB value is (217,200,189). Sum of RGB (Red+Green+Blue) = 217+200+189=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 200 (78.52% from 255 or 33.00% from 606); Blue value is 189 (74.22% from 255 or 31.19% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C8BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C8BD is #263742. Grayscale: #CBCBCB. Windows color (decimal): -2504515 or 12437721. OLE color: 12437721.

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

Color convert

RGB217200189-
CMYK00.080.130.15
HSL23.57º26.92%79.61%-
HSV(B)23.57º12.9%85.1%-
XYZ58.4559.7356.59-
YUV203.83119.63137.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 200 (78.52% from 255) = 33.00%
BLUE value IS 189 (74.22% from 255) = 31.19%
R=35.81%
G=33.00%
B=31.19%

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
Decimal21720018900.080.130.1523.5726.9279.61
HexD9C8BD08DF181b50
Octal33131027501015173033120
Binary110110011100100010111101010001101111111000110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C8BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C8BD; }

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

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

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

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

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

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

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

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