#DBB7A3

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

Shades of Just Right #DBB7A3

Tints of Just Right #DBB7A3

Color information

#DBB7A3 (or 0xDBB7A3) is unknown color: approx Just Right. HEX triplet: DB, B7 and A3. RGB value is (219,183,163). Sum of RGB (Red+Green+Blue) = 219+183+163=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 183 (71.88% from 255 or 32.39% from 565); Blue value is 163 (64.06% from 255 or 28.85% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB7A3 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB7A3 is #24485C. Grayscale: #BFBFBF. Windows color (decimal): -2377821 or 10729435. OLE color: 10729435.

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

Color convert

RGB219183163-
CMYK00.160.260.14
HSL21.43º43.75%74.9%-
HSV(B)21.43º25.57%85.88%-
XYZ52.7651.5741.82-
YUV191.48111.93147.63-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.76%
GREEN value IS 183 (71.88% from 255) = 32.39%
BLUE value IS 163 (64.06% from 255) = 28.85%
R=38.76%
G=32.39%
B=28.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918316300.160.260.1421.4343.7574.9
HexDBB7A30101AE152c4b
Octal33326724302032162554113
Binary110110111011011110100011010000110101110101011011001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB7A3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB7A3; }

 p { color: rgb(219,183,163); }

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

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

 a { background-color: rgb(219,183,163); }

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

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

 span { border-color: rgb(219,183,163); }

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