#D0C0B7

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

Shades of Wafer #D0C0B7

Tints of Wafer #D0C0B7

Color information

#D0C0B7 (or 0xD0C0B7) is unknown color: approx Wafer. HEX triplet: D0, C0 and B7. RGB value is (208,192,183). Sum of RGB (Red+Green+Blue) = 208+192+183=583 (77% of max value = 765). Red value is 208 (81.64% from 255 or 35.68% from 583); Green value is 192 (75.39% from 255 or 32.93% from 583); Blue value is 183 (71.88% from 255 or 31.39% from 583); Max value from RGB is 208 - color contains mainly: red. Hex color #D0C0B7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0C0B7 is #2F3F48. Grayscale: #C3C3C3. Windows color (decimal): -3096393 or 12042448. OLE color: 12042448.

HSL color Cylindrical-coordinate representation of color #D0C0B7: hue angle of 21.6º degrees, saturation: 0.21, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #D0C0B7 is Cyan = 0, Magento = 0.08, Yellow = 0.12 and Black (K on CMYK) = 0.18.

Color convert

RGB208192183-
CMYK00.080.120.18
HSL21.6º21.01%76.67%-
HSV(B)21.6º12.02%81.57%-
XYZ53.4154.5352.51-
YUV195.76120.8136.73-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 35.68%
GREEN value IS 192 (75.39% from 255) = 32.93%
BLUE value IS 183 (71.88% from 255) = 31.39%
R=35.68%
G=32.93%
B=31.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.12
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20819218300.080.120.1821.621.0176.67
HexD0C0B708C1216154d
Octal32030026701014222625115
Binary1101000011000000101101110100011001001010110101011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0C0B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0C0B7; }

 p { color: rgb(208,192,183); }

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

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

 a { background-color: rgb(208,192,183); }

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

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

 span { border-color: rgb(208,192,183); }

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