Html Css Color HEX #D6C4AB Bone

📋 copy color: '#D6C4AB'

red 214 ◦ green 196 ◦ blue 171

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

Shades of Bone #D6C4AB

Tints of Bone #D6C4AB

RGB

 RED value IS 214 (83.98% from 255) = 36.83%

 GREEN value IS 196 (76.95% from 255) = 33.73%

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

R = 36.83%
G = 33.73%
B = 29.43%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D6C4AB (or 0xD6C4AB) is known color: Bone. HEX triplet: D6, C4 and AB. RGB value is (214,196,171). Sum of RGB (Red+Green+Blue) = 214+196+171=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 196 (76.95% from 255 or 33.73% from 581); Blue value is 171 (67.19% from 255 or 29.43% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C4AB is #293B54. Grayscale: #C6C6C6. Windows color (decimal): -2702165 or 11257046. OLE color: 11257046.

HSL color Cylindrical-coordinate representation of color #D6C4AB: hue angle of 34.88º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D6C4AB is Cyan = 0, Magento = 0.08, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 196 171 -
CMYK 0 0.08 0.20 0.16
HSL 34.88º 0.34% 0.75% -
HSV(B) 34.88º 0.2% 0.84% -
XYZ 54.82 56.72 46.59 -
YUV 198.53 112.46 139.03 -
System Red Green Blue C M Y K H S L
Decimal 214 196 171 0 0.08 0.20 0.16 34.88 0.34 0.75
Hex D6 C4 AB 0 8 14 10 23 22 4B
Octal 326 304 253 0 10 24 20 43 42 113
Binary 11010110 11000100 10101011 0 1000 10100 10000 100011 100010 1001011

Color Harmonies of #D6C4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C4AB

Black with #D6C4AB

Text Example


Text Example

White with #D6C4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C4AB; }

 p { color: rgb(214,196,171); }

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

background-color css

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

 a { background-color: rgb(214,196,171); }

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

border-color css

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

 span { border-color: rgb(214,196,171); }

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