#D9B9B1

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

Shades of Cavern Pink #D9B9B1

Tints of Cavern Pink #D9B9B1

Color information

#D9B9B1 (or 0xD9B9B1) is unknown color: approx Cavern Pink. HEX triplet: D9, B9 and B1. RGB value is (217,185,177). Sum of RGB (Red+Green+Blue) = 217+185+177=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 185 (72.66% from 255 or 31.95% from 579); Blue value is 177 (69.53% from 255 or 30.57% from 579); Max value from RGB is 217 - color contains mainly: red. Hex color #D9B9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9B9B1 is #26464E. Grayscale: #C1C1C1. Windows color (decimal): -2508367 or 11647449. OLE color: 11647449.

HSL color Cylindrical-coordinate representation of color #D9B9B1: hue angle of 12º degrees, saturation: 0.34, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9B9B1 is Cyan = 0, Magento = 0.15, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB217185177-
CMYK00.150.180.15
HSL12º34.48%77.25%-
HSV(B)12º18.43%85.1%-
XYZ53.952.6248.91-
YUV193.66118.6144.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 37.48%
GREEN value IS 185 (72.66% from 255) = 31.95%
BLUE value IS 177 (69.53% from 255) = 30.57%
R=37.48%
G=31.95%
B=30.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.18
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21718517700.150.180.151234.4877.25
HexD9B9B10F12Fc224d
Octal33127126101722171442115
Binary1101100110111001101100010111110010111111001000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9B9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9B9B1; }

 p { color: rgb(217,185,177); }

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

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

 a { background-color: rgb(217,185,177); }

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

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

 span { border-color: rgb(217,185,177); }

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