#D2D7CD

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

Shades of Ottoman #D2D7CD

Tints of Ottoman #D2D7CD

Color information

#D2D7CD (or 0xD2D7CD) is unknown color: approx Ottoman. HEX triplet: D2, D7 and CD. RGB value is (210,215,205). Sum of RGB (Red+Green+Blue) = 210+215+205=630 (83% of max value = 765). Red value is 210 (82.42% from 255 or 33.33% from 630); Green value is 215 (84.38% from 255 or 34.13% from 630); Blue value is 205 (80.47% from 255 or 32.54% from 630); Max value from RGB is 215 - color contains mainly: green. Hex color #D2D7CD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D2D7CD is #2D2832. Grayscale: #D4D4D4. Windows color (decimal): -2959411 or 13490130. OLE color: 13490130.

HSL color Cylindrical-coordinate representation of color #D2D7CD: hue angle of 90º 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 #D2D7CD is Cyan = 0.02, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB210215205-
CMYK0.0200.050.16
HSL90º11.11%82.35%-
HSV(B)90º4.65%84.31%-
XYZ61.966.7167.37-
YUV212.36123.84126.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 33.33%
GREEN value IS 215 (84.38% from 255) = 34.13%
BLUE value IS 205 (80.47% from 255) = 32.54%
R=33.33%
G=34.13%
B=32.54%

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
Decimal2102152050.0200.050.169011.1182.35
HexD2D7CD205105ab52
Octal3223273152052013213122
Binary11010010110101111100110110010110000101101010111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2D7CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2D7CD; }

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

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

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

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

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

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

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

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