#DBC1B4

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

Shades of Just Right #DBC1B4

Tints of Just Right #DBC1B4

Color information

#DBC1B4 (or 0xDBC1B4) is unknown color: approx Just Right. HEX triplet: DB, C1 and B4. RGB value is (219,193,180). Sum of RGB (Red+Green+Blue) = 219+193+180=592 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.99% from 592); Green value is 193 (75.78% from 255 or 32.60% from 592); Blue value is 180 (70.70% from 255 or 30.41% from 592); Max value from RGB is 219 - color contains mainly: red. Hex color #DBC1B4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBC1B4 is #243E4B. Grayscale: #C7C7C7. Windows color (decimal): -2375244 or 11846107. OLE color: 11846107.

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

Color convert

RGB219193180-
CMYK00.120.180.14
HSL20º35.14%78.24%-
HSV(B)20º17.81%85.88%-
XYZ56.5256.551.11-
YUV199.29117.11142.06-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 36.99%
GREEN value IS 193 (75.78% from 255) = 32.60%
BLUE value IS 180 (70.70% from 255) = 30.41%
R=36.99%
G=32.60%
B=30.41%

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
Decimal21919318000.120.180.142035.1478.24
HexDBC1B40C12E14234e
Octal33330126401422162443116
Binary11011011110000011011010001100100101110101001000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBC1B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBC1B4; }

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

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

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

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

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

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

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

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