Html Css Color HEX #D9C4AD Bone

📋 copy color: '#D9C4AD'

red 217 ◦ green 196 ◦ blue 173

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

Shades of Bone #D9C4AD

Tints of Bone #D9C4AD

RGB

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

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

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

R = 37.03%
G = 33.45%
B = 29.52%

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

#D9C4AD (or 0xD9C4AD) is known color: Bone. HEX triplet: D9, C4 and AD. RGB value is (217,196,173). Sum of RGB (Red+Green+Blue) = 217+196+173=586 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.03% from 586); Green value is 196 (76.95% from 255 or 33.45% from 586); Blue value is 173 (67.97% from 255 or 29.52% from 586); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C4AD is #263B52. Grayscale: #C7C7C7. Windows color (decimal): -2505555 or 11388121. OLE color: 11388121.

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

Color convert

RGB 217 196 173 -
CMYK 0 0.10 0.20 0.15
HSL 31.36º 0.37% 0.76% -
HSV(B) 31.36º 0.2% 0.85% -
XYZ 55.9 57.25 47.64 -
YUV 199.66 112.96 140.37 -
System Red Green Blue C M Y K H S L
Decimal 217 196 173 0 0.10 0.20 0.15 31.36 0.37 0.76
Hex D9 C4 AD 0 A 14 F 1F 25 4C
Octal 331 304 255 0 12 24 17 37 45 114
Binary 11011001 11000100 10101101 0 1010 10100 1111 11111 100101 1001100

Color Harmonies of #D9C4AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4AD

Black with #D9C4AD

Text Example


Text Example

White with #D9C4AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4AD; }

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

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

background-color css

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

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

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

border-color css

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

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

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