#DDC3A5

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

Shades of Bone #DDC3A5

Tints of Bone #DDC3A5

Color information

#DDC3A5 (or 0xDDC3A5) is unknown color: approx Bone. HEX triplet: DD, C3 and A5. RGB value is (221,195,165). Sum of RGB (Red+Green+Blue) = 221+195+165=581 (76% of max value = 765). Red value is 221 (86.72% from 255 or 38.04% from 581); Green value is 195 (76.56% from 255 or 33.56% from 581); Blue value is 165 (64.84% from 255 or 28.40% from 581); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC3A5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC3A5 is #223C5A. Grayscale: #C7C7C7. Windows color (decimal): -2243675 or 10863581. OLE color: 10863581.

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

Color convert

RGB221195165-
CMYK00.120.250.13
HSL32.14º45.16%75.69%-
HSV(B)32.14º25.34%86.67%-
XYZ56.1357.1243.66-
YUV199.35108.61143.44-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 38.04%
GREEN value IS 195 (76.56% from 255) = 33.56%
BLUE value IS 165 (64.84% from 255) = 28.40%
R=38.04%
G=33.56%
B=28.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22119516500.120.250.1332.1445.1675.69
HexDDC3A50C19D202d4c
Octal33530324501431154055114
Binary110111011100001110100101011001100111011000001011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DDC3A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DDC3A5; }

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

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

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

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

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

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

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

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