#DBC1B3

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

Shades of Just Right #DBC1B3

Tints of Just Right #DBC1B3

Color information

#DBC1B3 (or 0xDBC1B3) is unknown color: approx Just Right. HEX triplet: DB, C1 and B3. RGB value is (219,193,179). Sum of RGB (Red+Green+Blue) = 219+193+179=591 (78% of max value = 765). Red value is 219 (85.94% from 255 or 37.06% from 591); Green value is 193 (75.78% from 255 or 32.66% from 591); Blue value is 179 (70.31% from 255 or 30.29% from 591); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1B3 is #243E4C. Grayscale: #C7C7C7. Windows color (decimal): -2375245 or 11780571. OLE color: 11780571.

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

Color convert

RGB219193179-
CMYK00.120.180.14
HSL21º35.71%78.04%-
HSV(B)21º18.26%85.88%-
XYZ56.4256.4550.57-
YUV199.18116.61142.14-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 37.06%
GREEN value IS 193 (75.78% from 255) = 32.66%
BLUE value IS 179 (70.31% from 255) = 30.29%
R=37.06%
G=32.66%
B=30.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919317900.120.180.142135.7178.04
HexDBC1B30C12E15244e
Octal33330126301422162544116
Binary11011011110000011011001101100100101110101011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1B3; }

 p { color: rgb(219,193,179); }

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

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

 a { background-color: rgb(219,193,179); }

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

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

 span { border-color: rgb(219,193,179); }

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