Html Css Color HEX #D7C4B0 Bone

📋 copy color: '#D7C4B0'

red 215 ◦ green 196 ◦ blue 176

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

Shades of Bone #D7C4B0

Tints of Bone #D7C4B0

RGB

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

 GREEN value IS 196 (76.95% from 255) = 33.39%

 BLUE value IS 176 (69.14% from 255) = 29.98%

R = 36.63%
G = 33.39%
B = 29.98%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.18

 K value IS 0.16

RGB Variations

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

Color information

#D7C4B0 (or 0xD7C4B0) is known color: Bone. HEX triplet: D7, C4 and B0. RGB value is (215,196,176). Sum of RGB (Red+Green+Blue) = 215+196+176=587 (77% of max value = 765). Red value is 215 (84.38% from 255 or 36.63% from 587); Green value is 196 (76.95% from 255 or 33.39% from 587); Blue value is 176 (69.14% from 255 or 29.98% from 587); Max value from RGB is 215 - color contains mainly: red. Hex color #D7C4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D7C4B0 is #283B4F. Grayscale: #C7C7C7. Windows color (decimal): -2636624 or 11584727. OLE color: 11584727.

HSL color Cylindrical-coordinate representation of color #D7C4B0: hue angle of 30.77º degrees, saturation: 0.33, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #D7C4B0 is Cyan = 0, Magento = 0.09, Yellow = 0.18 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 196 176 -
CMYK 0 0.09 0.18 0.16
HSL 30.77º 0.33% 0.77% -
HSV(B) 30.77º 0.18% 0.84% -
XYZ 55.6 57.06 49.16 -
YUV 199.4 114.79 139.13 -
System Red Green Blue C M Y K H S L
Decimal 215 196 176 0 0.09 0.18 0.16 30.77 0.33 0.77
Hex D7 C4 B0 0 9 12 10 1F 21 4D
Octal 327 304 260 0 11 22 20 37 41 115
Binary 11010111 11000100 10110000 0 1001 10010 10000 11111 100001 1001101

Color Harmonies of #D7C4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D7C4B0

Black with #D7C4B0

Text Example


Text Example

White with #D7C4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D7C4B0; }

 p { color: rgb(215,196,176); }

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

background-color css

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

 a { background-color: rgb(215,196,176); }

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

border-color css

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

 span { border-color: rgb(215,196,176); }

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