Html Css Color HEX #D8C4B0 Bone

📋 copy color: '#D8C4B0'

red 216 ◦ green 196 ◦ blue 176

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

Shades of Bone #D8C4B0

Tints of Bone #D8C4B0

RGB

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

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

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

R = 36.73%
G = 33.33%
B = 29.93%

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

#D8C4B0 (or 0xD8C4B0) is known color: Bone. HEX triplet: D8, C4 and B0. RGB value is (216,196,176). Sum of RGB (Red+Green+Blue) = 216+196+176=588 (77% of max value = 765). Red value is 216 (84.77% from 255 or 36.73% from 588); Green value is 196 (76.95% from 255 or 33.33% from 588); Blue value is 176 (69.14% from 255 or 29.93% from 588); Max value from RGB is 216 - color contains mainly: red. Hex color #D8C4B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D8C4B0 is #273B4F. Grayscale: #C7C7C7. Windows color (decimal): -2571088 or 11584728. OLE color: 11584728.

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

Color convert

RGB 216 196 176 -
CMYK 0 0.09 0.19 0.15
HSL 30º 0.34% 0.77% -
HSV(B) 30º 0.19% 0.85% -
XYZ 55.9 57.21 49.17 -
YUV 199.7 114.63 139.63 -
System Red Green Blue C M Y K H S L
Decimal 216 196 176 0 0.09 0.19 0.15 30 0.34 0.77
Hex D8 C4 B0 0 9 13 F 1E 22 4D
Octal 330 304 260 0 11 23 17 36 42 115
Binary 11011000 11000100 10110000 0 1001 10011 1111 11110 100010 1001101

Color Harmonies of #D8C4B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D8C4B0

Black with #D8C4B0

Text Example


Text Example

White with #D8C4B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D8C4B0; }

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

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

background-color css

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

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

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

border-color css

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

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

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