#D6C3B6

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

Shades of Just Right #D6C3B6

Tints of Just Right #D6C3B6

Color information

#D6C3B6 (or 0xD6C3B6) is unknown color: approx Just Right. HEX triplet: D6, C3 and B6. RGB value is (214,195,182). Sum of RGB (Red+Green+Blue) = 214+195+182=591 (78% of max value = 765). Red value is 214 (83.98% from 255 or 36.21% from 591); Green value is 195 (76.56% from 255 or 32.99% from 591); Blue value is 182 (71.48% from 255 or 30.80% from 591); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3B6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D6C3B6 is #293C49. Grayscale: #C7C7C7. Windows color (decimal): -2702410 or 11977686. OLE color: 11977686.

HSL color Cylindrical-coordinate representation of color #D6C3B6: hue angle of 24.38º degrees, saturation: 0.28, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D6C3B6 is Cyan = 0, Magento = 0.09, Yellow = 0.15 and Black (K on CMYK) = 0.16.

Color convert

RGB214195182-
CMYK00.090.150.16
HSL24.38º28.07%77.65%-
HSV(B)24.38º14.95%83.92%-
XYZ55.6956.752.27-
YUV199.2118.29138.56-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 36.21%
GREEN value IS 195 (76.56% from 255) = 32.99%
BLUE value IS 182 (71.48% from 255) = 30.80%
R=36.21%
G=32.99%
B=30.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.15
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419518200.090.150.1624.3828.0777.65
HexD6C3B609F10181c4e
Octal32630326601117203034116
Binary1101011011000011101101100100111111000011000111001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6C3B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6C3B6; }

 p { color: rgb(214,195,182); }

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

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

 a { background-color: rgb(214,195,182); }

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

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

 span { border-color: rgb(214,195,182); }

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