Html Css Color HEX #D9C6AE Bone

📋 copy color: '#D9C6AE'

red 217 ◦ green 198 ◦ blue 174

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

Shades of Bone #D9C6AE

Tints of Bone #D9C6AE

RGB

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

 GREEN value IS 198 (77.73% from 255) = 33.62%

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

R = 36.84%
G = 33.62%
B = 29.54%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.20

 K value IS 0.15

RGB Variations

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

Color information

#D9C6AE (or 0xD9C6AE) is known color: Bone. HEX triplet: D9, C6 and AE. RGB value is (217,198,174). Sum of RGB (Red+Green+Blue) = 217+198+174=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 198 (77.73% from 255 or 33.62% from 589); Blue value is 174 (68.36% from 255 or 29.54% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C6AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C6AE is #263951. Grayscale: #C9C9C9. Windows color (decimal): -2505042 or 11454169. OLE color: 11454169.

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

Color convert

RGB 217 198 174 -
CMYK 0 0.09 0.20 0.15
HSL 33.49º 0.36% 0.77% -
HSV(B) 33.49º 0.2% 0.85% -
XYZ 56.45 58.2 48.3 -
YUV 200.95 112.79 139.45 -
System Red Green Blue C M Y K H S L
Decimal 217 198 174 0 0.09 0.20 0.15 33.49 0.36 0.77
Hex D9 C6 AE 0 9 14 F 21 24 4D
Octal 331 306 256 0 11 24 17 41 44 115
Binary 11011001 11000110 10101110 0 1001 10100 1111 100001 100100 1001101

Color Harmonies of #D9C6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C6AE

Black with #D9C6AE

Text Example


Text Example

White with #D9C6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C6AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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