Html Css Color HEX #D9BDA6 Bone

📋 copy color: '#D9BDA6'

red 217 ◦ green 189 ◦ blue 166

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

Shades of Bone #D9BDA6

Tints of Bone #D9BDA6

RGB

 RED value IS 217 (85.16% from 255) = 37.94%

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

 BLUE value IS 166 (65.23% from 255) = 29.02%

R = 37.94%
G = 33.04%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.24

 K value IS 0.15

RGB Variations

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

Color information

#D9BDA6 (or 0xD9BDA6) is known color: Bone. HEX triplet: D9, BD and A6. RGB value is (217,189,166). Sum of RGB (Red+Green+Blue) = 217+189+166=572 (75% of max value = 765). Red value is 217 (85.16% from 255 or 37.94% from 572); Green value is 189 (74.22% from 255 or 33.04% from 572); Blue value is 166 (65.23% from 255 or 29.02% from 572); Max value from RGB is 217 - color contains mainly: red. Hex color #D9BDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9BDA6 is #264259. Grayscale: #C2C2C2. Windows color (decimal): -2507354 or 10927577. OLE color: 10927577.

HSL color Cylindrical-coordinate representation of color #D9BDA6: hue angle of 27.06º degrees, saturation: 0.4, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D9BDA6 is Cyan = 0, Magento = 0.13, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 189 166 -
CMYK 0 0.13 0.24 0.15
HSL 27.06º 0.4% 0.75% -
HSV(B) 27.06º 0.24% 0.85% -
XYZ 53.7 53.9 43.65 -
YUV 194.75 111.78 143.87 -
System Red Green Blue C M Y K H S L
Decimal 217 189 166 0 0.13 0.24 0.15 27.06 0.4 0.75
Hex D9 BD A6 0 D 18 F 1B 28 4B
Octal 331 275 246 0 15 30 17 33 50 113
Binary 11011001 10111101 10100110 0 1101 11000 1111 11011 101000 1001011

Color Harmonies of #D9BDA6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9BDA6

Black with #D9BDA6

Text Example


Text Example

White with #D9BDA6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9BDA6; }

 p { color: rgb(217,189,166); }

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

background-color css

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

 a { background-color: rgb(217,189,166); }

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

border-color css

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

 span { border-color: rgb(217,189,166); }

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