Html Css Color HEX #D8C6AB Bone

📋 copy color: '#D8C6AB'

red 216 ◦ green 198 ◦ blue 171

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

Shades of Bone #D8C6AB

Tints of Bone #D8C6AB

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.85%

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

R = 36.92%
G = 33.85%
B = 29.23%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D8C6AB (or 0xD8C6AB) is known color: Bone. HEX triplet: D8, C6 and AB. RGB value is (216,198,171). Sum of RGB (Red+Green+Blue) = 216+198+171=585 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.92% from 585); Green value is 198 (77.73% from 255 or 33.85% from 585); Blue value is 171 (67.19% from 255 or 29.23% from 585); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C6AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C6AB is #273954. Grayscale: #C8C8C8. Windows color (decimal): -2570581 or 11257560. OLE color: 11257560.

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

Color convert

RGB 216 198 171 -
CMYK 0 0.08 0.21 0.15
HSL 36º 0.37% 0.76% -
HSV(B) 36º 0.21% 0.85% -
XYZ 55.86 57.93 46.76 -
YUV 200.3 111.46 139.2 -
System Red Green Blue C M Y K H S L
Decimal 216 198 171 0 0.08 0.21 0.15 36 0.37 0.76
Hex D8 C6 AB 0 8 15 F 24 25 4C
Octal 330 306 253 0 10 25 17 44 45 114
Binary 11011000 11000110 10101011 0 1000 10101 1111 100100 100101 1001100

Color Harmonies of #D8C6AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C6AB

Black with #D8C6AB

Text Example


Text Example

White with #D8C6AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C6AB; }

 p { color: rgb(216,198,171); }

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

background-color css

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

 a { background-color: rgb(216,198,171); }

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

border-color css

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

 span { border-color: rgb(216,198,171); }

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