#DDB7A6

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

Shades of Just Right #DDB7A6

Tints of Just Right #DDB7A6

Color information

#DDB7A6 (or 0xDDB7A6) is unknown color: approx Just Right. HEX triplet: DD, B7 and A6. RGB value is (221,183,166). Sum of RGB (Red+Green+Blue) = 221+183+166=570 (75% of max value = 765). Red value is 221 (86.72% from 255 or 38.77% from 570); Green value is 183 (71.88% from 255 or 32.11% from 570); Blue value is 166 (65.23% from 255 or 29.12% from 570); Max value from RGB is 221 - color contains mainly: red. Hex color #DDB7A6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDB7A6 is #224859. Grayscale: #C0C0C0. Windows color (decimal): -2246746 or 10926045. OLE color: 10926045.

HSL color Cylindrical-coordinate representation of color #DDB7A6: hue angle of 18.55º degrees, saturation: 0.45, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #DDB7A6 is Cyan = 0, Magento = 0.17, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB221183166-
CMYK00.170.250.13
HSL18.55º44.72%75.88%-
HSV(B)18.55º24.89%86.67%-
XYZ53.6451.9943.29-
YUV192.42113.09148.38-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.77%
GREEN value IS 183 (71.88% from 255) = 32.11%
BLUE value IS 166 (65.23% from 255) = 29.12%
R=38.77%
G=32.11%
B=29.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118316600.170.250.1318.5544.7275.88
HexDDB7A601119D132d4c
Octal33526724602131152355114
Binary110111011011011110100110010001110011101100111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDB7A6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDB7A6; }

 p { color: rgb(221,183,166); }

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

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

 a { background-color: rgb(221,183,166); }

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

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

 span { border-color: rgb(221,183,166); }

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