#DDC1AA

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

Shades of Bone #DDC1AA

Tints of Bone #DDC1AA

Color information

#DDC1AA (or 0xDDC1AA) is unknown color: approx Bone. HEX triplet: DD, C1 and AA. RGB value is (221,193,170). Sum of RGB (Red+Green+Blue) = 221+193+170=584 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.84% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC1AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC1AA is #223E55. Grayscale: #C6C6C6. Windows color (decimal): -2244182 or 11190749. OLE color: 11190749.

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

Color convert

RGB221193170-
CMYK00.130.230.13
HSL27.06º42.86%76.67%-
HSV(B)27.06º23.08%86.67%-
XYZ56.1456.4145.96-
YUV198.75111.78143.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 37.84%
GREEN value IS 193 (75.78% from 255) = 33.05%
BLUE value IS 170 (66.80% from 255) = 29.11%
R=37.84%
G=33.05%
B=29.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119317000.130.230.1327.0642.8676.67
HexDDC1AA0D17D1b2b4d
Octal33530125201527153353115
Binary11011101110000011010101001101101111101110111010111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC1AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC1AA; }

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

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

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

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

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

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

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

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