#DBB8A7

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

Shades of Just Right #DBB8A7

Tints of Just Right #DBB8A7

Color information

#DBB8A7 (or 0xDBB8A7) is unknown color: approx Just Right. HEX triplet: DB, B8 and A7. RGB value is (219,184,167). Sum of RGB (Red+Green+Blue) = 219+184+167=570 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.42% from 570); Green value is 184 (72.27% from 255 or 32.28% from 570); Blue value is 167 (65.62% from 255 or 29.30% from 570); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB8A7 is #244758. Grayscale: #C0C0C0. Windows color (decimal): -2377561 or 10991835. OLE color: 10991835.

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

Color convert

RGB219184167-
CMYK00.160.240.14
HSL19.62º41.94%75.69%-
HSV(B)19.62º23.74%85.88%-
XYZ53.3352.1343.81-
YUV192.53113.6146.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.42%
GREEN value IS 184 (72.27% from 255) = 32.28%
BLUE value IS 167 (65.62% from 255) = 29.30%
R=38.42%
G=32.28%
B=29.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918416700.160.240.1419.6241.9475.69
HexDBB8A701018E142a4c
Octal33327024702030162452114
Binary110110111011100010100111010000110001110101001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8A7; }

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

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

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

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

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

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

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

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