Html Css Color HEX #D6C4AD Bone

📋 copy color: '#D6C4AD'

red 214 ◦ green 196 ◦ blue 173

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

Shades of Bone #D6C4AD

Tints of Bone #D6C4AD

RGB

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

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

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

R = 36.71%
G = 33.62%
B = 29.67%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6C4AD (or 0xD6C4AD) is known color: Bone. HEX triplet: D6, C4 and AD. RGB value is (214,196,173). Sum of RGB (Red+Green+Blue) = 214+196+173=583 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.71% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 173 (67.97% from 255 or 29.67% from 583); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C4AD is #293B52. Grayscale: #C6C6C6. Windows color (decimal): -2702163 or 11388118. OLE color: 11388118.

HSL color Cylindrical-coordinate representation of color #D6C4AD: hue angle of 33.66º degrees, saturation: 0.33, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #D6C4AD is Cyan = 0, Magento = 0.08, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 196 173 -
CMYK 0 0.08 0.19 0.16
HSL 33.66º 0.33% 0.76% -
HSV(B) 33.66º 0.19% 0.84% -
XYZ 55.01 56.79 47.6 -
YUV 198.76 113.46 138.87 -
System Red Green Blue C M Y K H S L
Decimal 214 196 173 0 0.08 0.19 0.16 33.66 0.33 0.76
Hex D6 C4 AD 0 8 13 10 22 21 4C
Octal 326 304 255 0 10 23 20 42 41 114
Binary 11010110 11000100 10101101 0 1000 10011 10000 100010 100001 1001100

Color Harmonies of #D6C4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C4AD

Black with #D6C4AD

Text Example


Text Example

White with #D6C4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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