Html Css Color HEX #D8C5AF Bone

📋 copy color: '#D8C5AF'

red 216 ◦ green 197 ◦ blue 175

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

Shades of Bone #D8C5AF

Tints of Bone #D8C5AF

RGB

 RED value IS 216 (84.77% from 255) = 36.73%

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

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

R = 36.73%
G = 33.5%
B = 29.76%

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

#D8C5AF (or 0xD8C5AF) is known color: Bone. HEX triplet: D8, C5 and AF. RGB value is (216,197,175). Sum of RGB (Red+Green+Blue) = 216+197+175=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 197 (77.34% from 255 or 33.50% from 588); Blue value is 175 (68.75% from 255 or 29.76% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C5AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C5AF is #273A50. Grayscale: #C8C8C8. Windows color (decimal): -2570833 or 11519448. OLE color: 11519448.

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

Color convert

RGB 216 197 175 -
CMYK 0 0.09 0.19 0.15
HSL 32.2º 0.34% 0.77% -
HSV(B) 32.2º 0.19% 0.85% -
XYZ 56.02 57.63 48.73 -
YUV 200.17 113.79 139.29 -
System Red Green Blue C M Y K H S L
Decimal 216 197 175 0 0.09 0.19 0.15 32.2 0.34 0.77
Hex D8 C5 AF 0 9 13 F 20 22 4D
Octal 330 305 257 0 11 23 17 40 42 115
Binary 11011000 11000101 10101111 0 1001 10011 1111 100000 100010 1001101

Color Harmonies of #D8C5AF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C5AF

Black with #D8C5AF

Text Example


Text Example

White with #D8C5AF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C5AF; }

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

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

background-color css

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

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

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

border-color css

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

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

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