#D8BBA5

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

Shades of Just Right #D8BBA5

Tints of Just Right #D8BBA5

Color information

#D8BBA5 (or 0xD8BBA5) is unknown color: approx Just Right. HEX triplet: D8, BB and A5. RGB value is (216,187,165). Sum of RGB (Red+Green+Blue) = 216+187+165=568 (75% of max value = 765). Red value is 216 (84.77% from 255 or 38.03% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 165 (64.84% from 255 or 29.05% from 568); Max value from RGB is 216 - color contains mainly: red. Hex color #D8BBA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8BBA5 is #27445A. Grayscale: #C1C1C1. Windows color (decimal): -2573403 or 10861528. OLE color: 10861528.

HSL color Cylindrical-coordinate representation of color #D8BBA5: hue angle of 25.88º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D8BBA5 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB216187165-
CMYK00.130.240.15
HSL25.88º39.53%74.71%-
HSV(B)25.88º23.61%84.71%-
XYZ52.8852.8643.01-
YUV193.16112.11144.29-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 38.03%
GREEN value IS 187 (73.44% from 255) = 32.92%
BLUE value IS 165 (64.84% from 255) = 29.05%
R=38.03%
G=32.92%
B=29.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21618716500.130.240.1525.8839.5374.71
HexD8BBA50D18F1a284b
Octal33027324501530173250113
Binary11011000101110111010010101101110001111110101010001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8BBA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8BBA5; }

 p { color: rgb(216,187,165); }

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

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

 a { background-color: rgb(216,187,165); }

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

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

 span { border-color: rgb(216,187,165); }

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