#D5BBAC

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

Shades of Just Right #D5BBAC

Tints of Just Right #D5BBAC

Color information

#D5BBAC (or 0xD5BBAC) is unknown color: approx Just Right. HEX triplet: D5, BB and AC. RGB value is (213,187,172). Sum of RGB (Red+Green+Blue) = 213+187+172=572 (75% of max value = 765). Red value is 213 (83.59% from 255 or 37.24% from 572); Green value is 187 (73.44% from 255 or 32.69% from 572); Blue value is 172 (67.58% from 255 or 30.07% from 572); Max value from RGB is 213 - color contains mainly: red. Hex color #D5BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5BBAC is #2A4453. Grayscale: #C1C1C1. Windows color (decimal): -2770004 or 11320277. OLE color: 11320277.

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

Color convert

RGB213187172-
CMYK00.120.190.16
HSL21.95º32.8%75.49%-
HSV(B)21.95º19.25%83.53%-
XYZ52.6652.6746.42-
YUV193.06116.11142.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 37.24%
GREEN value IS 187 (73.44% from 255) = 32.69%
BLUE value IS 172 (67.58% from 255) = 30.07%
R=37.24%
G=32.69%
B=30.07%

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
Decimal21318717200.120.190.1621.9532.875.49
HexD5BBAC0C131016214b
Octal32527325401423202641113
Binary110101011011101110101100011001001110000101101000011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5BBAC; }

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

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

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

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

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

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

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

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