Html Css Color HEX #D6C1AD Bone

📋 copy color: '#D6C1AD'

red 214 ◦ green 193 ◦ blue 173

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

Shades of Bone #D6C1AD

Tints of Bone #D6C1AD

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.28%

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

R = 36.9%
G = 33.28%
B = 29.83%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6C1AD (or 0xD6C1AD) is known color: Bone. HEX triplet: D6, C1 and AD. RGB value is (214,193,173). Sum of RGB (Red+Green+Blue) = 214+193+173=580 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.90% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 173 (67.97% from 255 or 29.83% from 580); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C1AD is #293E52. Grayscale: #C5C5C5. Windows color (decimal): -2702931 or 11387350. OLE color: 11387350.

HSL color Cylindrical-coordinate representation of color #D6C1AD: hue angle of 29.27º 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 #D6C1AD is Cyan = 0, Magento = 0.10, Yellow = 0.19 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 193 173 -
CMYK 0 0.10 0.19 0.16
HSL 29.27º 0.33% 0.76% -
HSV(B) 29.27º 0.19% 0.84% -
XYZ 54.34 55.45 47.37 -
YUV 197 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 214 193 173 0 0.10 0.19 0.16 29.27 0.33 0.76
Hex D6 C1 AD 0 A 13 10 1D 21 4C
Octal 326 301 255 0 12 23 20 35 41 114
Binary 11010110 11000001 10101101 0 1010 10011 10000 11101 100001 1001100

Color Harmonies of #D6C1AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C1AD

Black with #D6C1AD

Text Example


Text Example

White with #D6C1AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C1AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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