#DBC4B4

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

Shades of Just Right #DBC4B4

Tints of Just Right #DBC4B4

Color information

#DBC4B4 (or 0xDBC4B4) is unknown color: approx Just Right. HEX triplet: DB, C4 and B4. RGB value is (219,196,180). Sum of RGB (Red+Green+Blue) = 219+196+180=595 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.81% from 595); Green value is 196 (76.95% from 255 or 32.94% from 595); Blue value is 180 (70.70% from 255 or 30.25% from 595); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC4B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC4B4 is #243B4B. Grayscale: #C9C9C9. Windows color (decimal): -2374476 or 11846875. OLE color: 11846875.

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

Color convert

RGB219196180-
CMYK00.110.180.14
HSL24.62º35.14%78.24%-
HSV(B)24.62º17.81%85.88%-
XYZ57.1957.8451.33-
YUV201.05116.12140.8-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.81%
GREEN value IS 196 (76.95% from 255) = 32.94%
BLUE value IS 180 (70.70% from 255) = 30.25%
R=36.81%
G=32.94%
B=30.25%

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
Decimal21919618000.110.180.1424.6235.1478.24
HexDBC4B40B12E19234e
Octal33330426401322163143116
Binary11011011110001001011010001011100101110110011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC4B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC4B4; }

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

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

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

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

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

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

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

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