Html Css Color HEX #D9C6B3 Bone

📋 copy color: '#D9C6B3'

red 217 ◦ green 198 ◦ blue 179

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

Shades of Bone #D9C6B3

Tints of Bone #D9C6B3

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.33%

 BLUE value IS 179 (70.31% from 255) = 30.13%

R = 36.53%
G = 33.33%
B = 30.13%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.15

RGB Variations

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

Color information

#D9C6B3 (or 0xD9C6B3) is known color: Bone. HEX triplet: D9, C6 and B3. RGB value is (217,198,179). Sum of RGB (Red+Green+Blue) = 217+198+179=594 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.53% from 594); Green value is 198 (77.73% from 255 or 33.33% from 594); Blue value is 179 (70.31% from 255 or 30.13% from 594); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6B3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D9C6B3 is #26394C. Grayscale: #C9C9C9. Windows color (decimal): -2505037 or 11781849. OLE color: 11781849.

HSL color Cylindrical-coordinate representation of color #D9C6B3: hue angle of 30º degrees, saturation: 0.33, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D9C6B3 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 198 179 -
CMYK 0 0.09 0.18 0.15
HSL 30º 0.33% 0.78% -
HSV(B) 30º 0.18% 0.85% -
XYZ 56.95 58.39 50.92 -
YUV 201.52 115.29 139.04 -
System Red Green Blue C M Y K H S L
Decimal 217 198 179 0 0.09 0.18 0.15 30 0.33 0.78
Hex D9 C6 B3 0 9 12 F 1E 21 4E
Octal 331 306 263 0 11 22 17 36 41 116
Binary 11011001 11000110 10110011 0 1001 10010 1111 11110 100001 1001110

Color Harmonies of #D9C6B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C6B3

Black with #D9C6B3

Text Example


Text Example

White with #D9C6B3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C6B3; }

 p { color: rgb(217,198,179); }

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

background-color css

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

 a { background-color: rgb(217,198,179); }

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

border-color css

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

 span { border-color: rgb(217,198,179); }

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