#D9C9BC

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

Shades of Swirl #D9C9BC

Tints of Swirl #D9C9BC

Color information

#D9C9BC (or 0xD9C9BC) is unknown color: approx Swirl. HEX triplet: D9, C9 and BC. RGB value is (217,201,188). Sum of RGB (Red+Green+Blue) = 217+201+188=606 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.81% from 606); Green value is 201 (78.91% from 255 or 33.17% from 606); Blue value is 188 (73.83% from 255 or 31.02% from 606); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C9BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C9BC is #263643. Grayscale: #CCCCCC. Windows color (decimal): -2504260 or 12372441. OLE color: 12372441.

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

Color convert

RGB217201188-
CMYK00.070.130.15
HSL26.9º27.62%79.41%-
HSV(B)26.9º13.36%85.1%-
XYZ58.5860.1656.1-
YUV204.3118.8137.06-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.81%
GREEN value IS 201 (78.91% from 255) = 33.17%
BLUE value IS 188 (73.83% from 255) = 31.02%
R=35.81%
G=33.17%
B=31.02%

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
Decimal21720118800.070.130.1526.927.6279.41
HexD9C9BC07DF1b1c4f
Octal3313112740715173334117
Binary11011001110010011011110001111101111111011111001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C9BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C9BC; }

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

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

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

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

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

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

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

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