Html Css Color HEX #D9C3AD Bone

📋 copy color: '#D9C3AD'

red 217 ◦ green 195 ◦ blue 173

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

Shades of Bone #D9C3AD

Tints of Bone #D9C3AD

RGB

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

 GREEN value IS 195 (76.56% from 255) = 33.33%

 BLUE value IS 173 (67.97% from 255) = 29.57%

R = 37.09%
G = 33.33%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9C3AD (or 0xD9C3AD) is known color: Bone. HEX triplet: D9, C3 and AD. RGB value is (217,195,173). Sum of RGB (Red+Green+Blue) = 217+195+173=585 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.09% from 585); Green value is 195 (76.56% from 255 or 33.33% from 585); Blue value is 173 (67.97% from 255 or 29.57% from 585); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C3AD is #263C52. Grayscale: #C7C7C7. Windows color (decimal): -2505811 or 11387865. OLE color: 11387865.

HSL color Cylindrical-coordinate representation of color #D9C3AD: hue angle of 30º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C3AD is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 195 173 -
CMYK 0 0.10 0.20 0.15
HSL 30º 0.37% 0.76% -
HSV(B) 30º 0.2% 0.85% -
XYZ 55.67 56.8 47.56 -
YUV 199.07 113.29 140.79 -
System Red Green Blue C M Y K H S L
Decimal 217 195 173 0 0.10 0.20 0.15 30 0.37 0.76
Hex D9 C3 AD 0 A 14 F 1E 25 4C
Octal 331 303 255 0 12 24 17 36 45 114
Binary 11011001 11000011 10101101 0 1010 10100 1111 11110 100101 1001100

Color Harmonies of #D9C3AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C3AD

Black with #D9C3AD

Text Example


Text Example

White with #D9C3AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C3AD; }

 p { color: rgb(217,195,173); }

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

background-color css

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

 a { background-color: rgb(217,195,173); }

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

border-color css

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

 span { border-color: rgb(217,195,173); }

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