Html Css Color HEX #DDC4AD Bone

📋 copy color: '#DDC4AD'

red 221 ◦ green 196 ◦ blue 173

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

Shades of Bone #DDC4AD

Tints of Bone #DDC4AD

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.22%

 BLUE value IS 173 (67.97% from 255) = 29.32%

R = 37.46%
G = 33.22%
B = 29.32%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.22

 K value IS 0.13

RGB Variations

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

Color information

#DDC4AD (or 0xDDC4AD) is known color: Bone. HEX triplet: DD, C4 and AD. RGB value is (221,196,173). Sum of RGB (Red+Green+Blue) = 221+196+173=590 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.46% from 590); Green value is 196 (76.95% from 255 or 33.22% from 590); Blue value is 173 (67.97% from 255 or 29.32% from 590); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC4AD is #223B52. Grayscale: #C8C8C8. Windows color (decimal): -2243411 or 11388125. OLE color: 11388125.

HSL color Cylindrical-coordinate representation of color #DDC4AD: hue angle of 28.75º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #DDC4AD is Cyan = 0, Magento = 0.11, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB 221 196 173 -
CMYK 0 0.11 0.22 0.13
HSL 28.75º 0.41% 0.77% -
HSV(B) 28.75º 0.22% 0.87% -
XYZ 57.1 57.87 47.7 -
YUV 200.85 112.28 142.37 -
System Red Green Blue C M Y K H S L
Decimal 221 196 173 0 0.11 0.22 0.13 28.75 0.41 0.77
Hex DD C4 AD 0 B 16 D 1D 29 4D
Octal 335 304 255 0 13 26 15 35 51 115
Binary 11011101 11000100 10101101 0 1011 10110 1101 11101 101001 1001101

Color Harmonies of #DDC4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC4AD

Black with #DDC4AD

Text Example


Text Example

White with #DDC4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC4AD; }

 p { color: rgb(221,196,173); }

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

background-color css

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

 a { background-color: rgb(221,196,173); }

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

border-color css

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

 span { border-color: rgb(221,196,173); }

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