#DBC0AB

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

Shades of Just Right #DBC0AB

Tints of Just Right #DBC0AB

Color information

#DBC0AB (or 0xDBC0AB) is unknown color: approx Just Right. HEX triplet: DB, C0 and AB. RGB value is (219,192,171). Sum of RGB (Red+Green+Blue) = 219+192+171=582 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.63% from 582); Green value is 192 (75.39% from 255 or 32.99% from 582); Blue value is 171 (67.19% from 255 or 29.38% from 582); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC0AB is #243F54. Grayscale: #C5C5C5. Windows color (decimal): -2375509 or 11256027. OLE color: 11256027.

HSL color Cylindrical-coordinate representation of color #DBC0AB: hue angle of 26.25º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DBC0AB is Cyan = 0, Magento = 0.12, Yellow = 0.22 and Black (K on CMYK) = 0.14.

Color convert

RGB219192171-
CMYK00.120.220.14
HSL26.25º40%76.47%-
HSV(B)26.25º21.92%85.88%-
XYZ55.4155.746.36-
YUV197.68112.95143.21-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.63%
GREEN value IS 192 (75.39% from 255) = 32.99%
BLUE value IS 171 (67.19% from 255) = 29.38%
R=37.63%
G=32.99%
B=29.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919217100.120.220.1426.254076.47
HexDBC0AB0C16E1a284c
Octal33330025301426163250114
Binary11011011110000001010101101100101101110110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC0AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC0AB; }

 p { color: rgb(219,192,171); }

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

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

 a { background-color: rgb(219,192,171); }

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

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

 span { border-color: rgb(219,192,171); }

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