Html Css Color HEX #D9C0AB Bone

📋 copy color: '#D9C0AB'

red 217 ◦ green 192 ◦ blue 171

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

Shades of Bone #D9C0AB

Tints of Bone #D9C0AB

RGB

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

 GREEN value IS 192 (75.39% from 255) = 33.1%

 BLUE value IS 171 (67.19% from 255) = 29.48%

R = 37.41%
G = 33.1%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9C0AB (or 0xD9C0AB) is known color: Bone. HEX triplet: D9, C0 and AB. RGB value is (217,192,171). Sum of RGB (Red+Green+Blue) = 217+192+171=580 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.41% from 580); Green value is 192 (75.39% from 255 or 33.10% from 580); Blue value is 171 (67.19% from 255 or 29.48% from 580); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C0AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C0AB is #263F54. Grayscale: #C5C5C5. Windows color (decimal): -2506581 or 11256025. OLE color: 11256025.

HSL color Cylindrical-coordinate representation of color #D9C0AB: hue angle of 27.39º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #D9C0AB is Cyan = 0, Magento = 0.12, Yellow = 0.21 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 192 171 -
CMYK 0 0.12 0.21 0.15
HSL 27.39º 0.38% 0.76% -
HSV(B) 27.39º 0.21% 0.85% -
XYZ 54.82 55.39 46.33 -
YUV 197.08 113.28 142.21 -
System Red Green Blue C M Y K H S L
Decimal 217 192 171 0 0.12 0.21 0.15 27.39 0.38 0.76
Hex D9 C0 AB 0 C 15 F 1B 26 4C
Octal 331 300 253 0 14 25 17 33 46 114
Binary 11011001 11000000 10101011 0 1100 10101 1111 11011 100110 1001100

Color Harmonies of #D9C0AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C0AB

Black with #D9C0AB

Text Example


Text Example

White with #D9C0AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C0AB; }

 p { color: rgb(217,192,171); }

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

background-color css

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

 a { background-color: rgb(217,192,171); }

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

border-color css

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

 span { border-color: rgb(217,192,171); }

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