#D4C1AF

Color #D4C1AF Bone (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bone #D4C1AF

Tints of Bone #D4C1AF

Color information

#D4C1AF (or 0xD4C1AF) is unknown color: approx Bone. HEX triplet: D4, C1 and AF. RGB value is (212,193,175). Sum of RGB (Red+Green+Blue) = 212+193+175=580 (76% of max value = 765). Red value is 212 (83.20% from 255 or 36.55% from 580); Green value is 193 (75.78% from 255 or 33.28% from 580); Blue value is 175 (68.75% from 255 or 30.17% from 580); Max value from RGB is 212 - color contains mainly: red. Hex color #D4C1AF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D4C1AF is #2B3E50. Grayscale: #C4C4C4. Windows color (decimal): -2834001 or 11518420. OLE color: 11518420.

HSL color Cylindrical-coordinate representation of color #D4C1AF: hue angle of 29.19º degrees, saturation: 0.3, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #D4C1AF is Cyan = 0, Magento = 0.09, Yellow = 0.17 and Black (K on CMYK) = 0.17.

Color convert

RGB212193175-
CMYK00.090.170.17
HSL29.19º30.08%75.88%-
HSV(B)29.19º17.45%83.14%-
XYZ53.9655.2348.37-
YUV196.63115.79138.96-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 36.55%
GREEN value IS 193 (75.78% from 255) = 33.28%
BLUE value IS 175 (68.75% from 255) = 30.17%
R=36.55%
G=33.28%
B=30.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.17
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21219317500.090.170.1729.1930.0875.88
HexD4C1AF0911111d1e4c
Octal32430125701121213536114
Binary11010100110000011010111101001100011000111101111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D4C1AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D4C1AF; }

 p { color: rgb(212,193,175); }

 H1.HeaderClassName
 {
   color: #D4C1AF;
 }
 .AnyTagClassName
 {
   color: #D4C1AF;
 }
</style>
background-color css

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

 a { background-color: rgb(212,193,175); }

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

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

 span { border-color: rgb(212,193,175); }

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