Html Css Color HEX #D9C4AB Bone

📋 copy color: '#D9C4AB'

red 217 ◦ green 196 ◦ blue 171

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

Shades of Bone #D9C4AB

Tints of Bone #D9C4AB

RGB

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

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

 BLUE value IS 171 (67.19% from 255) = 29.28%

R = 37.16%
G = 33.56%
B = 29.28%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.21

 K value IS 0.15

RGB Variations

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

Color information

#D9C4AB (or 0xD9C4AB) is known color: Bone. HEX triplet: D9, C4 and AB. RGB value is (217,196,171). Sum of RGB (Red+Green+Blue) = 217+196+171=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 196 (76.95% from 255 or 33.56% from 584); Blue value is 171 (67.19% from 255 or 29.28% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C4AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C4AB is #263B54. Grayscale: #C7C7C7. Windows color (decimal): -2505557 or 11257049. OLE color: 11257049.

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

Color convert

RGB 217 196 171 -
CMYK 0 0.10 0.21 0.15
HSL 32.61º 0.38% 0.76% -
HSV(B) 32.61º 0.21% 0.85% -
XYZ 55.71 57.17 46.63 -
YUV 199.43 111.96 140.53 -
System Red Green Blue C M Y K H S L
Decimal 217 196 171 0 0.10 0.21 0.15 32.61 0.38 0.76
Hex D9 C4 AB 0 A 15 F 21 26 4C
Octal 331 304 253 0 12 25 17 41 46 114
Binary 11011001 11000100 10101011 0 1010 10101 1111 100001 100110 1001100

Color Harmonies of #D9C4AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C4AB

Black with #D9C4AB

Text Example


Text Example

White with #D9C4AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C4AB; }

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

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

background-color css

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

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

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

border-color css

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

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

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