Html Css Color HEX #D7C2AD Bone

📋 copy color: '#D7C2AD'

red 215 ◦ green 194 ◦ blue 173

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

Shades of Bone #D7C2AD

Tints of Bone #D7C2AD

RGB

 RED value IS 215 (84.38% from 255) = 36.94%

 GREEN value IS 194 (76.17% from 255) = 33.33%

 BLUE value IS 173 (67.97% from 255) = 29.73%

R = 36.94%
G = 33.33%
B = 29.73%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.20

 K value IS 0.16

RGB Variations

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

Color information

#D7C2AD (or 0xD7C2AD) is known color: Bone. HEX triplet: D7, C2 and AD. RGB value is (215,194,173). Sum of RGB (Red+Green+Blue) = 215+194+173=582 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.94% from 582); Green value is 194 (76.17% from 255 or 33.33% from 582); Blue value is 173 (67.97% from 255 or 29.73% from 582); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2AD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C2AD is #283D52. Grayscale: #C5C5C5. Windows color (decimal): -2637139 or 11387607. OLE color: 11387607.

HSL color Cylindrical-coordinate representation of color #D7C2AD: hue angle of 30º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #D7C2AD is Cyan = 0, Magento = 0.10, Yellow = 0.20 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 194 173 -
CMYK 0 0.10 0.20 0.16
HSL 30º 0.34% 0.76% -
HSV(B) 30º 0.2% 0.84% -
XYZ 54.86 56.05 47.46 -
YUV 197.89 113.96 140.21 -
System Red Green Blue C M Y K H S L
Decimal 215 194 173 0 0.10 0.20 0.16 30 0.34 0.76
Hex D7 C2 AD 0 A 14 10 1E 22 4C
Octal 327 302 255 0 12 24 20 36 42 114
Binary 11010111 11000010 10101101 0 1010 10100 10000 11110 100010 1001100

Color Harmonies of #D7C2AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C2AD

Black with #D7C2AD

Text Example


Text Example

White with #D7C2AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C2AD; }

 p { color: rgb(215,194,173); }

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

background-color css

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

 a { background-color: rgb(215,194,173); }

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

border-color css

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

 span { border-color: rgb(215,194,173); }

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