#DDBEA7

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

Shades of Just Right #DDBEA7

Tints of Just Right #DDBEA7

Color information

#DDBEA7 (or 0xDDBEA7) is unknown color: approx Just Right. HEX triplet: DD, BE and A7. RGB value is (221,190,167). Sum of RGB (Red+Green+Blue) = 221+190+167=578 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.24% from 578); Green value is 190 (74.61% from 255 or 32.87% from 578); Blue value is 167 (65.62% from 255 or 28.89% from 578); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEA7 is #224158. Grayscale: #C4C4C4. Windows color (decimal): -2244953 or 10993373. OLE color: 10993373.

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

Color convert

RGB221190167-
CMYK00.140.240.13
HSL25.56º44.26%76.08%-
HSV(B)25.56º24.43%86.67%-
XYZ55.2154.9944.26-
YUV196.65111.27145.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.24%
GREEN value IS 190 (74.61% from 255) = 32.87%
BLUE value IS 167 (65.62% from 255) = 28.89%
R=38.24%
G=32.87%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119016700.140.240.1325.5644.2676.08
HexDDBEA70E18D1a2c4c
Octal33527624701630153254114
Binary11011101101111101010011101110110001101110101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEA7; }

 p { color: rgb(221,190,167); }

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

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

 a { background-color: rgb(221,190,167); }

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

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

 span { border-color: rgb(221,190,167); }

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