#D6BEAC

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

Shades of Just Right #D6BEAC

Tints of Just Right #D6BEAC

Color information

#D6BEAC (or 0xD6BEAC) is unknown color: approx Just Right. HEX triplet: D6, BE and AC. RGB value is (214,190,172). Sum of RGB (Red+Green+Blue) = 214+190+172=576 (76% of max value = 765). Red value is 214 (83.98% from 255 or 37.15% from 576); Green value is 190 (74.61% from 255 or 32.99% from 576); Blue value is 172 (67.58% from 255 or 29.86% from 576); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BEAC is #294153. Grayscale: #C3C3C3. Windows color (decimal): -2703700 or 11321046. OLE color: 11321046.

HSL color Cylindrical-coordinate representation of color #D6BEAC: hue angle of 25.71º 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 #D6BEAC is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB214190172-
CMYK00.110.200.16
HSL25.71º33.87%75.69%-
HSV(B)25.71º19.63%83.92%-
XYZ53.5954.146.65-
YUV195.12114.95141.46-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 37.15%
GREEN value IS 190 (74.61% from 255) = 32.99%
BLUE value IS 172 (67.58% from 255) = 29.86%
R=37.15%
G=32.99%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.20
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21419017200.110.200.1625.7133.8775.69
HexD6BEAC0B14101a224c
Octal32627625401324203242114
Binary110101101011111010101100010111010010000110101000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6BEAC; }

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

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

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

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

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

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

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

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