#DBB9A7

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

Shades of Just Right #DBB9A7

Tints of Just Right #DBB9A7

Color information

#DBB9A7 (or 0xDBB9A7) is unknown color: approx Just Right. HEX triplet: DB, B9 and A7. RGB value is (219,185,167). Sum of RGB (Red+Green+Blue) = 219+185+167=571 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.35% from 571); Green value is 185 (72.66% from 255 or 32.40% from 571); Blue value is 167 (65.62% from 255 or 29.25% from 571); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB9A7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB9A7 is #244658. Grayscale: #C1C1C1. Windows color (decimal): -2377305 or 10992091. OLE color: 10992091.

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

Color convert

RGB219185167-
CMYK00.160.240.14
HSL20.77º41.94%75.69%-
HSV(B)20.77º23.74%85.88%-
XYZ53.5452.5543.88-
YUV193.11113.26146.46-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.35%
GREEN value IS 185 (72.66% from 255) = 32.40%
BLUE value IS 167 (65.62% from 255) = 29.25%
R=38.35%
G=32.40%
B=29.25%

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
Decimal21918516700.160.240.1420.7741.9475.69
HexDBB9A701018E152a4c
Octal33327124702030162552114
Binary110110111011100110100111010000110001110101011010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB9A7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB9A7; }

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

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

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

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

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

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

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

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