#D3D7CD

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

Shades of Ottoman #D3D7CD

Tints of Ottoman #D3D7CD

Color information

#D3D7CD (or 0xD3D7CD) is unknown color: approx Ottoman. HEX triplet: D3, D7 and CD. RGB value is (211,215,205). Sum of RGB (Red+Green+Blue) = 211+215+205=631 (83% of max value = 765). Red value is 211 (82.81% from 255 or 33.44% from 631); Green value is 215 (84.38% from 255 or 34.07% from 631); Blue value is 205 (80.47% from 255 or 32.49% from 631); Max value from RGB is 215 - color contains mainly: green. Hex color #D3D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D3D7CD is #2C2832. Grayscale: #D4D4D4. Windows color (decimal): -2893875 or 13490131. OLE color: 13490131.

HSL color Cylindrical-coordinate representation of color #D3D7CD: hue angle of 84º degrees, saturation: 0.11, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #D3D7CD is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB211215205-
CMYK0.0200.050.16
HSL84º11.11%82.35%-
HSV(B)84º4.65%84.31%-
XYZ62.1866.8667.38-
YUV212.66123.67126.81-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 33.44%
GREEN value IS 215 (84.38% from 255) = 34.07%
BLUE value IS 205 (80.47% from 255) = 32.49%
R=33.44%
G=34.07%
B=32.49%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2112152050.0200.050.168411.1182.35
HexD3D7CD2051054b52
Octal3233273152052012413122
Binary11010011110101111100110110010110000101010010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3D7CD; }

 p { color: rgb(211,215,205); }

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

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

 a { background-color: rgb(211,215,205); }

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

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

 span { border-color: rgb(211,215,205); }

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