Html Css Color HEX #D7C2AE Bone

📋 copy color: '#D7C2AE'

red 215 ◦ green 194 ◦ blue 174

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

Shades of Bone #D7C2AE

Tints of Bone #D7C2AE

RGB

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

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

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

R = 36.88%
G = 33.28%
B = 29.85%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.19

 K value IS 0.16

RGB Variations

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

Color information

#D7C2AE (or 0xD7C2AE) is known color: Bone. HEX triplet: D7, C2 and AE. RGB value is (215,194,174). Sum of RGB (Red+Green+Blue) = 215+194+174=583 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.88% from 583); Green value is 194 (76.17% from 255 or 33.28% from 583); Blue value is 174 (68.36% from 255 or 29.85% from 583); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C2AE is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C2AE is #283D51. Grayscale: #C6C6C6. Windows color (decimal): -2637138 or 11453143. OLE color: 11453143.

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

Color convert

RGB 215 194 174 -
CMYK 0 0.10 0.19 0.16
HSL 29.27º 0.34% 0.76% -
HSV(B) 29.27º 0.19% 0.84% -
XYZ 54.96 56.09 47.97 -
YUV 198 114.46 140.13 -
System Red Green Blue C M Y K H S L
Decimal 215 194 174 0 0.10 0.19 0.16 29.27 0.34 0.76
Hex D7 C2 AE 0 A 13 10 1D 22 4C
Octal 327 302 256 0 12 23 20 35 42 114
Binary 11010111 11000010 10101110 0 1010 10011 10000 11101 100010 1001100

Color Harmonies of #D7C2AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C2AE

Black with #D7C2AE

Text Example


Text Example

White with #D7C2AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C2AE; }

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

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

background-color css

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

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

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

border-color css

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

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

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