#D6BDAD

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

Shades of Just Right #D6BDAD

Tints of Just Right #D6BDAD

Color information

#D6BDAD (or 0xD6BDAD) is unknown color: approx Just Right. HEX triplet: D6, BD and AD. RGB value is (214,189,173). Sum of RGB (Red+Green+Blue) = 214+189+173=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 189 (74.22% from 255 or 32.81% from 576); Blue value is 173 (67.97% from 255 or 30.03% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDAD is #294252. Grayscale: #C2C2C2. Windows color (decimal): -2703955 or 11386326. OLE color: 11386326.

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

Color convert

RGB214189173-
CMYK00.120.190.16
HSL23.41º33.33%75.88%-
HSV(B)23.41º19.16%83.92%-
XYZ53.4753.7147.08-
YUV194.65115.78141.8-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 189 (74.22% from 255) = 32.81%
BLUE value IS 173 (67.97% from 255) = 30.03%
R=37.15%
G=32.81%
B=30.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21418917300.120.190.1623.4133.3375.88
HexD6BDAD0C131017214c
Octal32627525501423202741114
Binary110101101011110110101101011001001110000101111000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BDAD; }

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

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

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

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

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

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

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

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