#D9C6BA

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

Shades of Just Right #D9C6BA

Tints of Just Right #D9C6BA

Color information

#D9C6BA (or 0xD9C6BA) is unknown color: approx Just Right. HEX triplet: D9, C6 and BA. RGB value is (217,198,186). Sum of RGB (Red+Green+Blue) = 217+198+186=601 (79% of max value = 765). Red value is 217 (85.16% from 255 or 36.11% from 601); Green value is 198 (77.73% from 255 or 32.95% from 601); Blue value is 186 (73.05% from 255 or 30.95% from 601); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6BA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6BA is #263945. Grayscale: #CACACA. Windows color (decimal): -2505030 or 12240601. OLE color: 12240601.

HSL color Cylindrical-coordinate representation of color #D9C6BA: hue angle of 23.23º degrees, saturation: 0.29, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #D9C6BA is Cyan = 0, Magento = 0.09, Yellow = 0.14 and Black (K on CMYK) = 0.15.

Color convert

RGB217198186-
CMYK00.090.140.15
HSL23.23º28.97%79.02%-
HSV(B)23.23º14.29%85.1%-
XYZ57.6758.6954.74-
YUV202.31118.79138.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 36.11%
GREEN value IS 198 (77.73% from 255) = 32.95%
BLUE value IS 186 (73.05% from 255) = 30.95%
R=36.11%
G=32.95%
B=30.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.14
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21719818600.090.140.1523.2328.9779.02
HexD9C6BA09EF171d4f
Octal33130627201116172735117
Binary110110011100011010111010010011110111110111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D9C6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D9C6BA; }

 p { color: rgb(217,198,186); }

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

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

 a { background-color: rgb(217,198,186); }

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

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

 span { border-color: rgb(217,198,186); }

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