#DBBCA6

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

Shades of Just Right #DBBCA6

Tints of Just Right #DBBCA6

Color information

#DBBCA6 (or 0xDBBCA6) is unknown color: approx Just Right. HEX triplet: DB, BC and A6. RGB value is (219,188,166). Sum of RGB (Red+Green+Blue) = 219+188+166=573 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.22% from 573); Green value is 188 (73.83% from 255 or 32.81% from 573); Blue value is 166 (65.23% from 255 or 28.97% from 573); Max value from RGB is 219 - color contains mainly: red. Hex color #DBBCA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBBCA6 is #244359. Grayscale: #C2C2C2. Windows color (decimal): -2376538 or 10927323. OLE color: 10927323.

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

Color convert

RGB219188166-
CMYK00.140.240.14
HSL24.91º42.4%75.49%-
HSV(B)24.91º24.2%85.88%-
XYZ54.0853.7843.61-
YUV194.76111.77145.29-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 38.22%
GREEN value IS 188 (73.83% from 255) = 32.81%
BLUE value IS 166 (65.23% from 255) = 28.97%
R=38.22%
G=32.81%
B=28.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21918816600.140.240.1424.9142.475.49
HexDBBCA60E18E192a4b
Octal33327424601630163152113
Binary11011011101111001010011001110110001110110011010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBBCA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBBCA6; }

 p { color: rgb(219,188,166); }

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

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

 a { background-color: rgb(219,188,166); }

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

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

 span { border-color: rgb(219,188,166); }

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