#DDBEA9

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

Shades of Just Right #DDBEA9

Tints of Just Right #DDBEA9

Color information

#DDBEA9 (or 0xDDBEA9) is unknown color: approx Just Right. HEX triplet: DD, BE and A9. RGB value is (221,190,169). Sum of RGB (Red+Green+Blue) = 221+190+169=580 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.10% from 580); Green value is 190 (74.61% from 255 or 32.76% from 580); Blue value is 169 (66.41% from 255 or 29.14% from 580); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEA9 is #224156. Grayscale: #C4C4C4. Windows color (decimal): -2244951 or 11124445. OLE color: 11124445.

HSL color Cylindrical-coordinate representation of color #DDBEA9: hue angle of 24.23º degrees, saturation: 0.43, 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 #DDBEA9 is Cyan = 0, Magento = 0.14, Yellow = 0.24 and Black (K on CMYK) = 0.13.

Color convert

RGB221190169-
CMYK00.140.240.13
HSL24.23º43.33%76.47%-
HSV(B)24.23º23.53%86.67%-
XYZ55.3955.0645.24-
YUV196.87112.27145.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.10%
GREEN value IS 190 (74.61% from 255) = 32.76%
BLUE value IS 169 (66.41% from 255) = 29.14%
R=38.10%
G=32.76%
B=29.14%

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
Decimal22119016900.140.240.1324.2343.3376.47
HexDDBEA90E18D182b4c
Octal33527625101630153053114
Binary11011101101111101010100101110110001101110001010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBEA9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBEA9; }

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

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

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

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

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

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

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

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