#ddbeaa

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

Shades of Just Right #DDBEAA

Tints of Just Right #DDBEAA

Color information

#DDBEAA (or 0xDDBEAA) is unknown color: approx Just Right. HEX triplet: DD, BE and AA. RGB value is (221,190,170). Sum of RGB (Red+Green+Blue) = 221+190+170=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 190 (74.61% from 255 or 32.70% from 581); Blue value is 170 (66.80% from 255 or 29.26% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBEAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBEAA is #224155. Grayscale: #C5C5C5. Windows color (decimal): -2244950 or 11189981. OLE color: 11189981.

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

Color convert

RGB221190170-
CMYK00.140.230.13
HSL23.53º42.86%76.67%-
HSV(B)23.53º23.08%86.67%-
XYZ55.4955.145.74-
YUV196.99112.77145.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 190 (74.61% from 255) = 32.70%
BLUE value IS 170 (66.80% from 255) = 29.26%
R=38.04%
G=32.70%
B=29.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119017000.140.230.1323.5342.8676.67
HexDDBEAA0E17D182b4d
Octal33527625201627153053115
Binary11011101101111101010101001110101111101110001010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddbeaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddbeaa; }

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

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

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

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

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

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

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

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