#DBB8A8

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

Shades of Just Right #DBB8A8

Tints of Just Right #DBB8A8

Color information

#DBB8A8 (or 0xDBB8A8) is unknown color: approx Just Right. HEX triplet: DB, B8 and A8. RGB value is (219,184,168). Sum of RGB (Red+Green+Blue) = 219+184+168=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 184 (72.27% from 255 or 32.22% from 571); Blue value is 168 (66.02% from 255 or 29.42% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8A8 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB8A8 is #244757. Grayscale: #C0C0C0. Windows color (decimal): -2377560 or 11057371. OLE color: 11057371.

HSL color Cylindrical-coordinate representation of color #DBB8A8: hue angle of 18.82º degrees, saturation: 0.41, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DBB8A8 is Cyan = 0, Magento = 0.16, Yellow = 0.23 and Black (K on CMYK) = 0.14.

Color convert

RGB219184168-
CMYK00.160.230.14
HSL18.82º41.46%75.88%-
HSV(B)18.82º23.29%85.88%-
XYZ53.4252.1744.3-
YUV192.64114.1146.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 184 (72.27% from 255) = 32.22%
BLUE value IS 168 (66.02% from 255) = 29.42%
R=38.35%
G=32.22%
B=29.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.23
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918416800.160.230.1418.8241.4675.88
HexDBB8A801017E13294c
Octal33327025002027162351114
Binary110110111011100010101000010000101111110100111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8A8; }

 p { color: rgb(219,184,168); }

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

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

 a { background-color: rgb(219,184,168); }

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

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

 span { border-color: rgb(219,184,168); }

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