Html Css Color HEX #D6C3AD Bone

📋 copy color: '#D6C3AD'

red 214 ◦ green 195 ◦ blue 173

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

Shades of Bone #D6C3AD

Tints of Bone #D6C3AD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.51%

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

R = 36.77%
G = 33.51%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D6C3AD (or 0xD6C3AD) is known color: Bone. HEX triplet: D6, C3 and AD. RGB value is (214,195,173). Sum of RGB (Red+Green+Blue) = 214+195+173=582 (77% of max value = 765). Red value is 214 (83.98% from 255 or 36.77% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C3AD is #293C52. Grayscale: #C6C6C6. Windows color (decimal): -2702419 or 11387862. OLE color: 11387862.

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

Color convert

RGB 214 195 173 -
CMYK 0 0.09 0.19 0.16
HSL 32.2º 0.33% 0.76% -
HSV(B) 32.2º 0.19% 0.84% -
XYZ 54.79 56.34 47.52 -
YUV 198.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 214 195 173 0 0.09 0.19 0.16 32.2 0.33 0.76
Hex D6 C3 AD 0 9 13 10 20 21 4C
Octal 326 303 255 0 11 23 20 40 41 114
Binary 11010110 11000011 10101101 0 1001 10011 10000 100000 100001 1001100

Color Harmonies of #D6C3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C3AD

Black with #D6C3AD

Text Example


Text Example

White with #D6C3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C3AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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