#DDBCAB

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

Shades of Just Right #DDBCAB

Tints of Just Right #DDBCAB

Color information

#DDBCAB (or 0xDDBCAB) is unknown color: approx Just Right. HEX triplet: DD, BC and AB. RGB value is (221,188,171). Sum of RGB (Red+Green+Blue) = 221+188+171=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 188 (73.83% from 255 or 32.41% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCAB is #224354. Grayscale: #C4C4C4. Windows color (decimal): -2245461 or 11255005. OLE color: 11255005.

HSL color Cylindrical-coordinate representation of color #DDBCAB: hue angle of 20.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #DDBCAB is Cyan = 0, Magento = 0.15, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB221188171-
CMYK00.150.230.13
HSL20.4º42.37%76.86%-
HSV(B)20.4º22.62%86.67%-
XYZ55.1554.2846.1-
YUV195.93113.93145.88-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 188 (73.83% from 255) = 32.41%
BLUE value IS 171 (67.19% from 255) = 29.48%
R=38.10%
G=32.41%
B=29.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118817100.150.230.1320.442.3776.86
HexDDBCAB0F17D142a4d
Octal33527425301727152452115
Binary11011101101111001010101101111101111101101001010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCAB; }

 p { color: rgb(221,188,171); }

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

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

 a { background-color: rgb(221,188,171); }

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

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

 span { border-color: rgb(221,188,171); }

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