Html Css Color HEX #D6C1AE Bone

📋 copy color: '#D6C1AE'

red 214 ◦ green 193 ◦ blue 174

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

Shades of Bone #D6C1AE

Tints of Bone #D6C1AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 29.95%

R = 36.83%
G = 33.22%
B = 29.95%

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

#D6C1AE (or 0xD6C1AE) is known color: Bone. HEX triplet: D6, C1 and AE. RGB value is (214,193,174). Sum of RGB (Red+Green+Blue) = 214+193+174=581 (76% of max value = 765). Red value is 214 (83.98% from 255 or 36.83% from 581); Green value is 193 (75.78% from 255 or 33.22% from 581); Blue value is 174 (68.36% from 255 or 29.95% from 581); Max value from RGB is 214 - color contains mainly: red. Hex color #D6C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6C1AE is #293E51. Grayscale: #C5C5C5. Windows color (decimal): -2702930 or 11452886. OLE color: 11452886.

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

Color convert

RGB 214 193 174 -
CMYK 0 0.10 0.19 0.16
HSL 28.5º 0.33% 0.76% -
HSV(B) 28.5º 0.19% 0.84% -
XYZ 54.44 55.49 47.89 -
YUV 197.11 114.96 140.04 -
System Red Green Blue C M Y K H S L
Decimal 214 193 174 0 0.10 0.19 0.16 28.5 0.33 0.76
Hex D6 C1 AE 0 A 13 10 1C 21 4C
Octal 326 301 256 0 12 23 20 34 41 114
Binary 11010110 11000001 10101110 0 1010 10011 10000 11100 100001 1001100

Color Harmonies of #D6C1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6C1AE

Black with #D6C1AE

Text Example


Text Example

White with #D6C1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6C1AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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