#DBC2B1

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

Shades of Just Right #DBC2B1

Tints of Just Right #DBC2B1

Color information

#DBC2B1 (or 0xDBC2B1) is unknown color: approx Just Right. HEX triplet: DB, C2 and B1. RGB value is (219,194,177). Sum of RGB (Red+Green+Blue) = 219+194+177=590 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.12% from 590); Green value is 194 (76.17% from 255 or 32.88% from 590); Blue value is 177 (69.53% from 255 or 30% from 590); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC2B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBC2B1 is #243D4E. Grayscale: #C7C7C7. Windows color (decimal): -2374991 or 11649755. OLE color: 11649755.

HSL color Cylindrical-coordinate representation of color #DBC2B1: hue angle of 24.29º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBC2B1 is Cyan = 0, Magento = 0.11, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219194177-
CMYK00.110.190.14
HSL24.29º36.84%77.65%-
HSV(B)24.29º19.18%85.88%-
XYZ56.4456.8249.59-
YUV199.54115.28141.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.12%
GREEN value IS 194 (76.17% from 255) = 32.88%
BLUE value IS 177 (69.53% from 255) = 30%
R=37.12%
G=32.88%
B=30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919417700.110.190.1424.2936.8477.65
HexDBC2B10B13E18254e
Octal33330226101323163045116
Binary11011011110000101011000101011100111110110001001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC2B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC2B1; }

 p { color: rgb(219,194,177); }

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

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

 a { background-color: rgb(219,194,177); }

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

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

 span { border-color: rgb(219,194,177); }

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