Html Css Color HEX #D8C5AD Bone

📋 copy color: '#D8C5AD'

red 216 ◦ green 197 ◦ blue 173

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

Shades of Bone #D8C5AD

Tints of Bone #D8C5AD

RGB

 RED value IS 216 (84.77% from 255) = 36.86%

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

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

R = 36.86%
G = 33.62%
B = 29.52%

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

#D8C5AD (or 0xD8C5AD) is known color: Bone. HEX triplet: D8, C5 and AD. RGB value is (216,197,173). Sum of RGB (Red+Green+Blue) = 216+197+173=586 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.86% from 586); Green value is 197 (77.34% from 255 or 33.62% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C5AD is #273A52. Grayscale: #C8C8C8. Windows color (decimal): -2570835 or 11388376. OLE color: 11388376.

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

Color convert

RGB 216 197 173 -
CMYK 0 0.09 0.20 0.15
HSL 33.49º 0.36% 0.76% -
HSV(B) 33.49º 0.2% 0.85% -
XYZ 55.83 57.55 47.7 -
YUV 199.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 216 197 173 0 0.09 0.20 0.15 33.49 0.36 0.76
Hex D8 C5 AD 0 9 14 F 21 24 4C
Octal 330 305 255 0 11 24 17 41 44 114
Binary 11011000 11000101 10101101 0 1001 10100 1111 100001 100100 1001100

Color Harmonies of #D8C5AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C5AD

Black with #D8C5AD

Text Example


Text Example

White with #D8C5AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C5AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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