#D5BCAC

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

Shades of Just Right #D5BCAC

Tints of Just Right #D5BCAC

Color information

#D5BCAC (or 0xD5BCAC) is unknown color: approx Just Right. HEX triplet: D5, BC and AC. RGB value is (213,188,172). Sum of RGB (Red+Green+Blue) = 213+188+172=573 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.17% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 172 (67.58% from 255 or 30.02% from 573); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BCAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BCAC is #2A4353. Grayscale: #C1C1C1. Windows color (decimal): -2769748 or 11320533. OLE color: 11320533.

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

Color convert

RGB213188172-
CMYK00.120.190.16
HSL23.41º32.8%75.49%-
HSV(B)23.41º19.25%83.53%-
XYZ52.8753.0946.49-
YUV193.65115.78141.8-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.17%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 172 (67.58% from 255) = 30.02%
R=37.17%
G=32.81%
B=30.02%

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
Decimal21318817200.120.190.1623.4132.875.49
HexD5BCAC0C131017214b
Octal32527425401423202741113
Binary110101011011110010101100011001001110000101111000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BCAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BCAC; }

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

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

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

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

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

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

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

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