Html Css Color HEX #D9C4AA Bone

📋 copy color: '#D9C4AA'

red 217 ◦ green 196 ◦ blue 170

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

Shades of Bone #D9C4AA

Tints of Bone #D9C4AA

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.62%

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

R = 37.22%
G = 33.62%
B = 29.16%

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

#D9C4AA (or 0xD9C4AA) is known color: Bone. HEX triplet: D9, C4 and AA. RGB value is (217,196,170). Sum of RGB (Red+Green+Blue) = 217+196+170=583 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.22% from 583); Green value is 196 (76.95% from 255 or 33.62% from 583); Blue value is 170 (66.80% from 255 or 29.16% from 583); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4AA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C4AA is #263B55. Grayscale: #C7C7C7. Windows color (decimal): -2505558 or 11191513. OLE color: 11191513.

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

Color convert

RGB 217 196 170 -
CMYK 0 0.10 0.22 0.15
HSL 33.19º 0.38% 0.76% -
HSV(B) 33.19º 0.22% 0.85% -
XYZ 55.61 57.13 46.13 -
YUV 199.32 111.46 140.61 -
System Red Green Blue C M Y K H S L
Decimal 217 196 170 0 0.10 0.22 0.15 33.19 0.38 0.76
Hex D9 C4 AA 0 A 16 F 21 26 4C
Octal 331 304 252 0 12 26 17 41 46 114
Binary 11011001 11000100 10101010 0 1010 10110 1111 100001 100110 1001100

Color Harmonies of #D9C4AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4AA

Black with #D9C4AA

Text Example


Text Example

White with #D9C4AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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