Html Css Color HEX #D9C5AA Bone

📋 copy color: '#D9C5AA'

red 217 ◦ green 197 ◦ blue 170

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

Shades of Bone #D9C5AA

Tints of Bone #D9C5AA

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.73%

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

R = 37.16%
G = 33.73%
B = 29.11%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.22

 K value IS 0.15

RGB Variations

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

Color information

#D9C5AA (or 0xD9C5AA) is known color: Bone. HEX triplet: D9, C5 and AA. RGB value is (217,197,170). Sum of RGB (Red+Green+Blue) = 217+197+170=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 197 (77.34% from 255 or 33.73% from 584); Blue value is 170 (66.80% from 255 or 29.11% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C5AA is #263A55. Grayscale: #C8C8C8. Windows color (decimal): -2505302 or 11191769. OLE color: 11191769.

HSL color Cylindrical-coordinate representation of color #D9C5AA: hue angle of 34.47º 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 #D9C5AA is Cyan = 0, Magento = 0.09, Yellow = 0.22 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 197 170 -
CMYK 0 0.09 0.22 0.15
HSL 34.47º 0.38% 0.76% -
HSV(B) 34.47º 0.22% 0.85% -
XYZ 55.84 57.59 46.2 -
YUV 199.9 111.13 140.2 -
System Red Green Blue C M Y K H S L
Decimal 217 197 170 0 0.09 0.22 0.15 34.47 0.38 0.76
Hex D9 C5 AA 0 9 16 F 22 26 4C
Octal 331 305 252 0 11 26 17 42 46 114
Binary 11011001 11000101 10101010 0 1001 10110 1111 100010 100110 1001100

Color Harmonies of #D9C5AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C5AA

Black with #D9C5AA

Text Example


Text Example

White with #D9C5AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C5AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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