#DBC4B3

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

Shades of Just Right #DBC4B3

Tints of Just Right #DBC4B3

Color information

#DBC4B3 (or 0xDBC4B3) is unknown color: approx Just Right. HEX triplet: DB, C4 and B3. RGB value is (219,196,179). Sum of RGB (Red+Green+Blue) = 219+196+179=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 196 (76.95% from 255 or 33.00% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4B3 is #243B4C. Grayscale: #C9C9C9. Windows color (decimal): -2374477 or 11781339. OLE color: 11781339.

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

Color convert

RGB219196179-
CMYK00.110.180.14
HSL25.5º35.71%78.04%-
HSV(B)25.5º18.26%85.88%-
XYZ57.0957.7950.79-
YUV200.94115.62140.88-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.87%
GREEN value IS 196 (76.95% from 255) = 33.00%
BLUE value IS 179 (70.31% from 255) = 30.13%
R=36.87%
G=33.00%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21919617900.110.180.1425.535.7178.04
HexDBC4B30B12E1a244e
Octal33330426301322163244116
Binary11011011110001001011001101011100101110110101001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4B3; }

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

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

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

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

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

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

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

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