#ddbcaa

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

Shades of Just Right #DDBCAA

Tints of Just Right #DDBCAA

Color information

#DDBCAA (or 0xDDBCAA) is unknown color: approx Just Right. HEX triplet: DD, BC and AA. RGB value is (221,188,170). Sum of RGB (Red+Green+Blue) = 221+188+170=579 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.17% from 579); Green value is 188 (73.83% from 255 or 32.47% from 579); Blue value is 170 (66.80% from 255 or 29.36% from 579); Max value from RGB is 221 - color contains mainly: red. Hex color #DDBCAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDBCAA is #224355. Grayscale: #C3C3C3. Windows color (decimal): -2245462 or 11189469. OLE color: 11189469.

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

Color convert

RGB221188170-
CMYK00.150.230.13
HSL21.18º42.86%76.67%-
HSV(B)21.18º23.08%86.67%-
XYZ55.0654.2445.6-
YUV195.82113.43145.96-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.17%
GREEN value IS 188 (73.83% from 255) = 32.47%
BLUE value IS 170 (66.80% from 255) = 29.36%
R=38.17%
G=32.47%
B=29.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22118817000.150.230.1321.1842.8676.67
HexDDBCAA0F17D152b4d
Octal33527425201727152553115
Binary11011101101111001010101001111101111101101011010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ddbcaa

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ddbcaa; }

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

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

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

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

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

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

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

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