Html Css Color HEX #D9C5AD Bone

📋 copy color: '#D9C5AD'

red 217 ◦ green 197 ◦ blue 173

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

Shades of Bone #D9C5AD

Tints of Bone #D9C5AD

RGB

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

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

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

R = 36.97%
G = 33.56%
B = 29.47%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9C5AD (or 0xD9C5AD) is known color: Bone. HEX triplet: D9, C5 and AD. RGB value is (217,197,173). Sum of RGB (Red+Green+Blue) = 217+197+173=587 (77% of max value = 765). Red value is 217 (85.16% from 255 or 36.97% from 587); Green value is 197 (77.34% from 255 or 33.56% from 587); Blue value is 173 (67.97% from 255 or 29.47% from 587); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C5AD is #263A52. Grayscale: #C8C8C8. Windows color (decimal): -2505299 or 11388377. OLE color: 11388377.

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

Color convert

RGB 217 197 173 -
CMYK 0 0.09 0.20 0.15
HSL 32.73º 0.37% 0.76% -
HSV(B) 32.73º 0.2% 0.85% -
XYZ 56.12 57.7 47.71 -
YUV 200.24 112.63 139.95 -
System Red Green Blue C M Y K H S L
Decimal 217 197 173 0 0.09 0.20 0.15 32.73 0.37 0.76
Hex D9 C5 AD 0 9 14 F 21 25 4C
Octal 331 305 255 0 11 24 17 41 45 114
Binary 11011001 11000101 10101101 0 1001 10100 1111 100001 100101 1001100

Color Harmonies of #D9C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C5AD

Black with #D9C5AD

Text Example


Text Example

White with #D9C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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