Html Css Color HEX #D9C3AA Bone

📋 copy color: '#D9C3AA'

red 217 ◦ green 195 ◦ blue 170

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

Shades of Bone #D9C3AA

Tints of Bone #D9C3AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 29.21%

R = 37.29%
G = 33.51%
B = 29.21%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D9C3AA (or 0xD9C3AA) is known color: Bone. HEX triplet: D9, C3 and AA. RGB value is (217,195,170). Sum of RGB (Red+Green+Blue) = 217+195+170=582 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.29% from 582); Green value is 195 (76.56% from 255 or 33.51% from 582); Blue value is 170 (66.80% from 255 or 29.21% from 582); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C3AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C3AA is #263C55. Grayscale: #C6C6C6. Windows color (decimal): -2505814 or 11191257. OLE color: 11191257.

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

Color convert

RGB 217 195 170 -
CMYK 0 0.10 0.22 0.15
HSL 31.91º 0.38% 0.76% -
HSV(B) 31.91º 0.22% 0.85% -
XYZ 55.39 56.68 46.05 -
YUV 198.73 111.79 141.03 -
System Red Green Blue C M Y K H S L
Decimal 217 195 170 0 0.10 0.22 0.15 31.91 0.38 0.76
Hex D9 C3 AA 0 A 16 F 20 26 4C
Octal 331 303 252 0 12 26 17 40 46 114
Binary 11011001 11000011 10101010 0 1010 10110 1111 100000 100110 1001100

Color Harmonies of #D9C3AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C3AA

Black with #D9C3AA

Text Example


Text Example

White with #D9C3AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C3AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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