#DDBCA5

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

Shades of Just Right #DDBCA5

Tints of Just Right #DDBCA5

Color information

#DDBCA5 (or 0xDDBCA5) is unknown color: approx Just Right. HEX triplet: DD, BC and A5. RGB value is (221,188,165). Sum of RGB (Red+Green+Blue) = 221+188+165=574 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.50% from 574); Green value is 188 (73.83% from 255 or 32.75% from 574); Blue value is 165 (64.84% from 255 or 28.75% from 574); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCA5 is #22435A. Grayscale: #C3C3C3. Windows color (decimal): -2245467 or 10861789. OLE color: 10861789.

HSL color Cylindrical-coordinate representation of color #DDBCA5: hue angle of 24.64º 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 #DDBCA5 is Cyan = 0, Magento = 0.15, Yellow = 0.25 and Black (K on CMYK) = 0.13.

Color convert

RGB221188165-
CMYK00.150.250.13
HSL24.64º45.16%75.69%-
HSV(B)24.64º25.34%86.67%-
XYZ54.5954.0643.15-
YUV195.24110.93146.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.50%
GREEN value IS 188 (73.83% from 255) = 32.75%
BLUE value IS 165 (64.84% from 255) = 28.75%
R=38.50%
G=32.75%
B=28.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118816500.150.250.1324.6445.1675.69
HexDDBCA50F19D192d4c
Octal33527424501731153155114
Binary11011101101111001010010101111110011101110011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCA5; }

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

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

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

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

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

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

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

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