#DDBCA7

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

Shades of Just Right #DDBCA7

Tints of Just Right #DDBCA7

Color information

#DDBCA7 (or 0xDDBCA7) is unknown color: approx Just Right. HEX triplet: DD, BC and A7. RGB value is (221,188,167). Sum of RGB (Red+Green+Blue) = 221+188+167=576 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.37% from 576); Green value is 188 (73.83% from 255 or 32.64% from 576); Blue value is 167 (65.62% from 255 or 28.99% from 576); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCA7 is #224358. Grayscale: #C3C3C3. Windows color (decimal): -2245465 or 10992861. OLE color: 10992861.

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

Color convert

RGB221188167-
CMYK00.150.240.13
HSL23.33º44.26%76.08%-
HSV(B)23.33º24.43%86.67%-
XYZ54.7854.1344.12-
YUV195.47111.93146.21-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.37%
GREEN value IS 188 (73.83% from 255) = 32.64%
BLUE value IS 167 (65.62% from 255) = 28.99%
R=38.37%
G=32.64%
B=28.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.24
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118816700.150.240.1323.3344.2676.08
HexDDBCA70F18D172c4c
Octal33527424701730152754114
Binary11011101101111001010011101111110001101101111011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDBCA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDBCA7; }

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

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

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

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

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

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

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

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