Html Css Color HEX #D9C5AF Bone

📋 copy color: '#D9C5AF'

red 217 ◦ green 197 ◦ blue 175

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

Shades of Bone #D9C5AF

Tints of Bone #D9C5AF

RGB

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

 GREEN value IS 197 (77.34% from 255) = 33.45%

 BLUE value IS 175 (68.75% from 255) = 29.71%

R = 36.84%
G = 33.45%
B = 29.71%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.19

 K value IS 0.15

RGB Variations

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

Color information

#D9C5AF (or 0xD9C5AF) is known color: Bone. HEX triplet: D9, C5 and AF. RGB value is (217,197,175). Sum of RGB (Red+Green+Blue) = 217+197+175=589 (78% of max value = 765). Red value is 217 (85.16% from 255 or 36.84% from 589); Green value is 197 (77.34% from 255 or 33.45% from 589); Blue value is 175 (68.75% from 255 or 29.71% from 589); Max value from RGB is 217 - color contains mainly: red. Hex color #D9C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D9C5AF is #263A50. Grayscale: #C8C8C8. Windows color (decimal): -2505297 or 11519449. OLE color: 11519449.

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

Color convert

RGB 217 197 175 -
CMYK 0 0.09 0.19 0.15
HSL 31.43º 0.36% 0.77% -
HSV(B) 31.43º 0.19% 0.85% -
XYZ 56.32 57.78 48.74 -
YUV 200.47 113.63 139.79 -
System Red Green Blue C M Y K H S L
Decimal 217 197 175 0 0.09 0.19 0.15 31.43 0.36 0.77
Hex D9 C5 AF 0 9 13 F 1F 24 4D
Octal 331 305 257 0 11 23 17 37 44 115
Binary 11011001 11000101 10101111 0 1001 10011 1111 11111 100100 1001101

Color Harmonies of #D9C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9C5AF

Black with #D9C5AF

Text Example


Text Example

White with #D9C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9C5AF; }

 p { color: rgb(217,197,175); }

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

background-color css

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

 a { background-color: rgb(217,197,175); }

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

border-color css

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

 span { border-color: rgb(217,197,175); }

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