Html Css Color HEX #D9C1AD Bone

📋 copy color: '#D9C1AD'

red 217 ◦ green 193 ◦ blue 173

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

Shades of Bone #D9C1AD

Tints of Bone #D9C1AD

RGB

 RED value IS 217 (85.16% from 255) = 37.22%

 GREEN value IS 193 (75.78% from 255) = 33.1%

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

R = 37.22%
G = 33.1%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9C1AD (or 0xD9C1AD) is known color: Bone. HEX triplet: D9, C1 and AD. RGB value is (217,193,173). Sum of RGB (Red+Green+Blue) = 217+193+173=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 193 (75.78% from 255 or 33.10% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C1AD is #263E52. Grayscale: #C5C5C5. Windows color (decimal): -2506323 or 11387353. OLE color: 11387353.

HSL color Cylindrical-coordinate representation of color #D9C1AD: hue angle of 27.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C1AD is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 193 173 -
CMYK 0 0.11 0.20 0.15
HSL 27.27º 0.37% 0.76% -
HSV(B) 27.27º 0.2% 0.85% -
XYZ 55.23 55.91 47.42 -
YUV 197.9 113.95 141.63 -
System Red Green Blue C M Y K H S L
Decimal 217 193 173 0 0.11 0.20 0.15 27.27 0.37 0.76
Hex D9 C1 AD 0 B 14 F 1B 25 4C
Octal 331 301 255 0 13 24 17 33 45 114
Binary 11011001 11000001 10101101 0 1011 10100 1111 11011 100101 1001100

Color Harmonies of #D9C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C1AD

Black with #D9C1AD

Text Example


Text Example

White with #D9C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C1AD; }

 p { color: rgb(217,193,173); }

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

background-color css

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

 a { background-color: rgb(217,193,173); }

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

border-color css

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

 span { border-color: rgb(217,193,173); }

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