#DBB8A1

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

Shades of Just Right #DBB8A1

Tints of Just Right #DBB8A1

Color information

#DBB8A1 (or 0xDBB8A1) is unknown color: approx Just Right. HEX triplet: DB, B8 and A1. RGB value is (219,184,161). Sum of RGB (Red+Green+Blue) = 219+184+161=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 184 (72.27% from 255 or 32.62% from 564); Blue value is 161 (63.28% from 255 or 28.55% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DBB8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBB8A1 is #24475E. Grayscale: #BFBFBF. Windows color (decimal): -2377567 or 10598619. OLE color: 10598619.

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

Color convert

RGB219184161-
CMYK00.160.260.14
HSL23.79º44.62%74.51%-
HSV(B)23.79º26.48%85.88%-
XYZ52.7951.9140.96-
YUV191.84110.6147.37-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.83%
GREEN value IS 184 (72.27% from 255) = 32.62%
BLUE value IS 161 (63.28% from 255) = 28.55%
R=38.83%
G=32.62%
B=28.55%

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
Decimal21918416100.160.260.1423.7944.6274.51
HexDBB8A10101AE182d4b
Octal33327024102032163055113
Binary110110111011100010100001010000110101110110001011011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBB8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBB8A1; }

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

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

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

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

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

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

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

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