Html Css Color HEX #DDC5AB Bone

📋 copy color: '#DDC5AB'

red 221 ◦ green 197 ◦ blue 171

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

Shades of Bone #DDC5AB

Tints of Bone #DDC5AB

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.45%

 BLUE value IS 171 (67.19% from 255) = 29.03%

R = 37.52%
G = 33.45%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.23

 K value IS 0.13

RGB Variations

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

Color information

#DDC5AB (or 0xDDC5AB) is known color: Bone. HEX triplet: DD, C5 and AB. RGB value is (221,197,171). Sum of RGB (Red+Green+Blue) = 221+197+171=589 (78% of max value = 765). Red value is 221 (86.72% from 255 or 37.52% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 171 (67.19% from 255 or 29.03% from 589); Max value from RGB is 221 - color contains mainly: red. Hex color #DDC5AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DDC5AB is #223A54. Grayscale: #C9C9C9. Windows color (decimal): -2243157 or 11257309. OLE color: 11257309.

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

Color convert

RGB 221 197 171 -
CMYK 0 0.11 0.23 0.13
HSL 31.2º 0.42% 0.77% -
HSV(B) 31.2º 0.23% 0.87% -
XYZ 57.14 58.24 46.76 -
YUV 201.21 110.95 142.11 -
System Red Green Blue C M Y K H S L
Decimal 221 197 171 0 0.11 0.23 0.13 31.2 0.42 0.77
Hex DD C5 AB 0 B 17 D 1F 2A 4D
Octal 335 305 253 0 13 27 15 37 52 115
Binary 11011101 11000101 10101011 0 1011 10111 1101 11111 101010 1001101

Color Harmonies of #DDC5AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DDC5AB

Black with #DDC5AB

Text Example


Text Example

White with #DDC5AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DDC5AB; }

 p { color: rgb(221,197,171); }

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

background-color css

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

 a { background-color: rgb(221,197,171); }

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

border-color css

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

 span { border-color: rgb(221,197,171); }

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