#D9CABD

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

Shades of Swirl #D9CABD

Tints of Swirl #D9CABD

Color information

#D9CABD (or 0xD9CABD) is unknown color: approx Swirl. HEX triplet: D9, CA and BD. RGB value is (217,202,189). Sum of RGB (Red+Green+Blue) = 217+202+189=608 (80% of max value = 765). Red value is 217 (85.16% from 255 or 35.69% from 608); Green value is 202 (79.30% from 255 or 33.22% from 608); Blue value is 189 (74.22% from 255 or 31.09% from 608); Max value from RGB is 217 - color contains mainly: red. Hex color #D9CABD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9CABD is #263542. Grayscale: #CDCDCD. Windows color (decimal): -2504003 or 12438233. OLE color: 12438233.

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

Color convert

RGB217202189-
CMYK00.070.130.15
HSL27.86º26.92%79.61%-
HSV(B)27.86º12.9%85.1%-
XYZ58.9260.6756.75-
YUV205118.97136.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 35.69%
GREEN value IS 202 (79.30% from 255) = 33.22%
BLUE value IS 189 (74.22% from 255) = 31.09%
R=35.69%
G=33.22%
B=31.09%

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
Decimal21720218900.070.130.1527.8626.9279.61
HexD9CABD07DF1c1b50
Octal3313122750715173433120
Binary11011001110010101011110101111101111111100110111010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9CABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9CABD; }

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

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

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

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

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

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

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

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