#D6BCAB

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

Shades of Just Right #D6BCAB

Tints of Just Right #D6BCAB

Color information

#D6BCAB (or 0xD6BCAB) is unknown color: approx Just Right. HEX triplet: D6, BC and AB. RGB value is (214,188,171). Sum of RGB (Red+Green+Blue) = 214+188+171=573 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.35% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 171 (67.19% from 255 or 29.84% from 573); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BCAB is #294354. Grayscale: #C1C1C1. Windows color (decimal): -2704213 or 11254998. OLE color: 11254998.

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

Color convert

RGB214188171-
CMYK00.120.200.16
HSL23.72º34.4%75.49%-
HSV(B)23.72º20.09%83.92%-
XYZ53.0753.246-
YUV193.84115.11142.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.35%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 171 (67.19% from 255) = 29.84%
R=37.35%
G=32.81%
B=29.84%

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
Decimal21418817100.120.200.1623.7234.475.49
HexD6BCAB0C141018224b
Octal32627425301424203042113
Binary110101101011110010101011011001010010000110001000101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BCAB; }

 p { color: rgb(214,188,171); }

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

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

 a { background-color: rgb(214,188,171); }

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

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

 span { border-color: rgb(214,188,171); }

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