Html Css Color HEX #D9C7AD Bone

📋 copy color: '#D9C7AD'

red 217 ◦ green 199 ◦ blue 173

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

Shades of Bone #D9C7AD

Tints of Bone #D9C7AD

RGB

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

 GREEN value IS 199 (78.13% from 255) = 33.79%

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

R = 36.84%
G = 33.79%
B = 29.37%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9C7AD (or 0xD9C7AD) is known color: Bone. HEX triplet: D9, C7 and AD. RGB value is (217,199,173). Sum of RGB (Red+Green+Blue) = 217+199+173=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 199 (78.12% from 255 or 33.79% from 589); Blue value is 173 (67.97% from 255 or 29.37% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C7AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C7AD is #263852. Grayscale: #C9C9C9. Windows color (decimal): -2504787 or 11388889. OLE color: 11388889.

HSL color Cylindrical-coordinate representation of color #D9C7AD: hue angle of 35.45º 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 #D9C7AD is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 199 173 -
CMYK 0 0.08 0.20 0.15
HSL 35.45º 0.37% 0.76% -
HSV(B) 35.45º 0.2% 0.85% -
XYZ 56.58 58.62 47.87 -
YUV 201.42 111.96 139.11 -
System Red Green Blue C M Y K H S L
Decimal 217 199 173 0 0.08 0.20 0.15 35.45 0.37 0.76
Hex D9 C7 AD 0 8 14 F 23 25 4C
Octal 331 307 255 0 10 24 17 43 45 114
Binary 11011001 11000111 10101101 0 1000 10100 1111 100011 100101 1001100

Color Harmonies of #D9C7AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C7AD

Black with #D9C7AD

Text Example


Text Example

White with #D9C7AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C7AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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