#D9C9BD

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

Shades of Swirl #D9C9BD

Tints of Swirl #D9C9BD

Color information

#D9C9BD (or 0xD9C9BD) is unknown color: approx Swirl. HEX triplet: D9, C9 and BD. RGB value is (217,201,189). Sum of RGB (Red+Green+Blue) = 217+201+189=607 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.75% from 607); Green value is 201 (78.91% from 255 or 33.11% from 607); Blue value is 189 (74.22% from 255 or 31.14% from 607); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9BD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9BD is #263642. Grayscale: #CCCCCC. Windows color (decimal): -2504259 or 12437977. OLE color: 12437977.

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

Color convert

RGB217201189-
CMYK00.070.130.15
HSL25.71º26.92%79.61%-
HSV(B)25.71º12.9%85.1%-
XYZ58.6960.256.67-
YUV204.42119.3136.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.75%
GREEN value IS 201 (78.91% from 255) = 33.11%
BLUE value IS 189 (74.22% from 255) = 31.14%
R=35.75%
G=33.11%
B=31.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.13
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21720118900.070.130.1525.7126.9279.61
HexD9C9BD07DF1a1b50
Octal3313112750715173233120
Binary11011001110010011011110101111101111111010110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9BD; }

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

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

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

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

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

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

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

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