Html Css Color HEX #DDC2AA Bone

📋 copy color: '#DDC2AA'

red 221 ◦ green 194 ◦ blue 170

#DDC2AA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Bone #DDC2AA

Tints of Bone #DDC2AA

RGB

 RED value IS 221 (86.72% from 255) = 37.78%

 GREEN value IS 194 (76.17% from 255) = 33.16%

 BLUE value IS 170 (66.8% from 255) = 29.06%

R = 37.78%
G = 33.16%
B = 29.06%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDC2AA (or 0xDDC2AA) is known color: Bone. HEX triplet: DD, C2 and AA. RGB value is (221,194,170). Sum of RGB (Red+Green+Blue) = 221+194+170=585 (77% of max value = 765). Red value is 221 (86.72% from 255 or 37.78% from 585); Green value is 194 (76.17% from 255 or 33.16% from 585); Blue value is 170 (66.80% from 255 or 29.06% from 585); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC2AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC2AA is #223D55. Grayscale: #C7C7C7. Windows color (decimal): -2243926 or 11191005. OLE color: 11191005.

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

Color convert

RGB 221 194 170 -
CMYK 0 0.12 0.23 0.13
HSL 28.24º 0.43% 0.77% -
HSV(B) 28.24º 0.23% 0.87% -
XYZ 56.37 56.86 46.03 -
YUV 199.34 111.45 143.45 -
System Red Green Blue C M Y K H S L
Decimal 221 194 170 0 0.12 0.23 0.13 28.24 0.43 0.77
Hex DD C2 AA 0 C 17 D 1C 2B 4D
Octal 335 302 252 0 14 27 15 34 53 115
Binary 11011101 11000010 10101010 0 1100 10111 1101 11100 101011 1001101

Color Harmonies of #DDC2AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC2AA

Black with #DDC2AA

Text Example


Text Example

White with #DDC2AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC2AA; }

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

 H1.HeaderClassName
 {
   color: #DDC2AA;
 }
 .AnyTagClassName
 {
   color: #DDC2AA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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