Html Css Color HEX #D9C1AE Bone

📋 copy color: '#D9C1AE'

red 217 ◦ green 193 ◦ blue 174

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

Shades of Bone #D9C1AE

Tints of Bone #D9C1AE

RGB

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

 GREEN value IS 193 (75.78% from 255) = 33.05%

 BLUE value IS 174 (68.36% from 255) = 29.79%

R = 37.16%
G = 33.05%
B = 29.79%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9C1AE (or 0xD9C1AE) is known color: Bone. HEX triplet: D9, C1 and AE. RGB value is (217,193,174). Sum of RGB (Red+Green+Blue) = 217+193+174=584 (77% of max value = 765). Red value is 217 (85.16% from 255 or 37.16% from 584); Green value is 193 (75.78% from 255 or 33.05% from 584); Blue value is 174 (68.36% from 255 or 29.79% from 584); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C1AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C1AE is #263E51. Grayscale: #C6C6C6. Windows color (decimal): -2506322 or 11452889. OLE color: 11452889.

HSL color Cylindrical-coordinate representation of color #D9C1AE: hue angle of 26.51º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D9C1AE is Cyan = 0, Magento = 0.11, Yellow = 0.20 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 193 174 -
CMYK 0 0.11 0.20 0.15
HSL 26.51º 0.36% 0.77% -
HSV(B) 26.51º 0.2% 0.85% -
XYZ 55.33 55.95 47.93 -
YUV 198.01 114.45 141.54 -
System Red Green Blue C M Y K H S L
Decimal 217 193 174 0 0.11 0.20 0.15 26.51 0.36 0.77
Hex D9 C1 AE 0 B 14 F 1B 24 4D
Octal 331 301 256 0 13 24 17 33 44 115
Binary 11011001 11000001 10101110 0 1011 10100 1111 11011 100100 1001101

Color Harmonies of #D9C1AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C1AE

Black with #D9C1AE

Text Example


Text Example

White with #D9C1AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C1AE; }

 p { color: rgb(217,193,174); }

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

background-color css

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

 a { background-color: rgb(217,193,174); }

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

border-color css

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

 span { border-color: rgb(217,193,174); }

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