#D5BEAC

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

Shades of Just Right #D5BEAC

Tints of Just Right #D5BEAC

Color information

#D5BEAC (or 0xD5BEAC) is unknown color: approx Just Right. HEX triplet: D5, BE and AC. RGB value is (213,190,172). Sum of RGB (Red+Green+Blue) = 213+190+172=575 (76% of max value = 765). Red value is 213 (83.59% from 255 or 37.04% from 575); Green value is 190 (74.61% from 255 or 33.04% from 575); Blue value is 172 (67.58% from 255 or 29.91% from 575); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BEAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BEAC is #2A4153. Grayscale: #C2C2C2. Windows color (decimal): -2769236 or 11321045. OLE color: 11321045.

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

Color convert

RGB213190172-
CMYK00.110.190.16
HSL26.34º32.8%75.49%-
HSV(B)26.34º19.25%83.53%-
XYZ53.353.9546.63-
YUV194.82115.12140.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.04%
GREEN value IS 190 (74.61% from 255) = 33.04%
BLUE value IS 172 (67.58% from 255) = 29.91%
R=37.04%
G=33.04%
B=29.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21319017200.110.190.1626.3432.875.49
HexD5BEAC0B13101a214b
Octal32527625401323203241113
Binary110101011011111010101100010111001110000110101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BEAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BEAC; }

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

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

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

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

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

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

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

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