#D6BDAC

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

Shades of Just Right #D6BDAC

Tints of Just Right #D6BDAC

Color information

#D6BDAC (or 0xD6BDAC) is unknown color: approx Just Right. HEX triplet: D6, BD and AC. RGB value is (214,189,172). Sum of RGB (Red+Green+Blue) = 214+189+172=575 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.22% from 575); Green value is 189 (74.22% from 255 or 32.87% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDAC is #294253. Grayscale: #C2C2C2. Windows color (decimal): -2703956 or 11320790. OLE color: 11320790.

HSL color Cylindrical-coordinate representation of color #D6BDAC: hue angle of 24.29º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6BDAC is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214189172-
CMYK00.120.200.16
HSL24.29º33.87%75.69%-
HSV(B)24.29º19.63%83.92%-
XYZ53.3853.6746.58-
YUV194.54115.28141.88-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.22%
GREEN value IS 189 (74.22% from 255) = 32.87%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=37.22%
G=32.87%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418917200.120.200.1624.2933.8775.69
HexD6BDAC0C141018224c
Octal32627525401424203042114
Binary110101101011110110101100011001010010000110001000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDAC; }

 p { color: rgb(214,189,172); }

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

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

 a { background-color: rgb(214,189,172); }

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

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

 span { border-color: rgb(214,189,172); }

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