Html Css Color HEX #D6BDA9 Bone

📋 copy color: '#D6BDA9'

red 214 ◦ green 189 ◦ blue 169

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

Shades of Bone #D6BDA9

Tints of Bone #D6BDA9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 33.04%

 BLUE value IS 169 (66.41% from 255) = 29.55%

R = 37.41%
G = 33.04%
B = 29.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.16

RGB Variations

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

Color information

#D6BDA9 (or 0xD6BDA9) is known color: Bone. HEX triplet: D6, BD and A9. RGB value is (214,189,169). Sum of RGB (Red+Green+Blue) = 214+189+169=572 (75% of max value = 765). Red value is 214 (83.98% from 255 or 37.41% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 169 (66.41% from 255 or 29.55% from 572); Max value from RGB is 214 - color contains mainly: red. Hex color #D6BDA9 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D6BDA9 is #294256. Grayscale: #C2C2C2. Windows color (decimal): -2703959 or 11124182. OLE color: 11124182.

HSL color Cylindrical-coordinate representation of color #D6BDA9: hue angle of 26.67º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D6BDA9 is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 189 169 -
CMYK 0 0.12 0.21 0.16
HSL 26.67º 0.35% 0.75% -
HSV(B) 26.67º 0.21% 0.84% -
XYZ 53.09 53.56 45.08 -
YUV 194.2 113.78 142.13 -
System Red Green Blue C M Y K H S L
Decimal 214 189 169 0 0.12 0.21 0.16 26.67 0.35 0.75
Hex D6 BD A9 0 C 15 10 1B 23 4B
Octal 326 275 251 0 14 25 20 33 43 113
Binary 11010110 10111101 10101001 0 1100 10101 10000 11011 100011 1001011

Color Harmonies of #D6BDA9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6BDA9

Black with #D6BDA9

Text Example


Text Example

White with #D6BDA9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6BDA9; }

 p { color: rgb(214,189,169); }

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

background-color css

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

 a { background-color: rgb(214,189,169); }

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

border-color css

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

 span { border-color: rgb(214,189,169); }

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