#D0BBAC

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

Shades of Just Right #D0BBAC

Tints of Just Right #D0BBAC

Color information

#D0BBAC (or 0xD0BBAC) is unknown color: approx Just Right. HEX triplet: D0, BB and AC. RGB value is (208,187,172). Sum of RGB (Red+Green+Blue) = 208+187+172=567 (75% of max value = 765). Red value is 208 (81.64% from 255 or 36.68% from 567); Green value is 187 (73.44% from 255 or 32.98% from 567); Blue value is 172 (67.58% from 255 or 30.34% from 567); Max value from RGB is 208 - color contains mainly: red. Hex color #D0BBAC is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0BBAC is #2F4453. Grayscale: #BFBFBF. Windows color (decimal): -3097684 or 11320272. OLE color: 11320272.

HSL color Cylindrical-coordinate representation of color #D0BBAC: hue angle of 25º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D0BBAC is Cyan = 0, Magento = 0.10, Yellow = 0.17 and Black (K on CMYK) = 0.18.

Color convert

RGB208187172-
CMYK00.100.170.18
HSL25º27.69%74.51%-
HSV(B)25º17.31%81.57%-
XYZ51.2351.9346.35-
YUV191.57116.96139.72-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 36.68%
GREEN value IS 187 (73.44% from 255) = 32.98%
BLUE value IS 172 (67.58% from 255) = 30.34%
R=36.68%
G=32.98%
B=30.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.17
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20818717200.100.170.182527.6974.51
HexD0BBAC0A1112191c4b
Octal32027325401221223134113
Binary11010000101110111010110001010100011001011001111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0BBAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0BBAC; }

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

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

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

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

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

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

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

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