#DBB6A1

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

Shades of Just Right #DBB6A1

Tints of Just Right #DBB6A1

Color information

#DBB6A1 (or 0xDBB6A1) is unknown color: approx Just Right. HEX triplet: DB, B6 and A1. RGB value is (219,182,161). Sum of RGB (Red+Green+Blue) = 219+182+161=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 182 (71.48% from 255 or 32.38% from 562); Blue value is 161 (63.28% from 255 or 28.65% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB6A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB6A1 is #24495E. Grayscale: #BEBEBE. Windows color (decimal): -2378079 or 10598107. OLE color: 10598107.

HSL color Cylindrical-coordinate representation of color #DBB6A1: hue angle of 21.72º degrees, saturation: 0.45, 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 #DBB6A1 is Cyan = 0, Magento = 0.17, Yellow = 0.26 and Black (K on CMYK) = 0.14.

Color convert

RGB219182161-
CMYK00.170.260.14
HSL21.72º44.62%74.51%-
HSV(B)21.72º26.48%85.88%-
XYZ52.3751.0940.82-
YUV190.67111.26148.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.97%
GREEN value IS 182 (71.48% from 255) = 32.38%
BLUE value IS 161 (63.28% from 255) = 28.65%
R=38.97%
G=32.38%
B=28.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.26
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918216100.170.260.1421.7244.6274.51
HexDBB6A10111AE162d4b
Octal33326624102132162655113
Binary110110111011011010100001010001110101110101101011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB6A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB6A1; }

 p { color: rgb(219,182,161); }

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

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

 a { background-color: rgb(219,182,161); }

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

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

 span { border-color: rgb(219,182,161); }

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