#D0D7CA

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

Shades of Ottoman #D0D7CA

Tints of Ottoman #D0D7CA

Color information

#D0D7CA (or 0xD0D7CA) is unknown color: approx Ottoman. HEX triplet: D0, D7 and CA. RGB value is (208,215,202). Sum of RGB (Red+Green+Blue) = 208+215+202=625 (82% of max value = 765). Red value is 208 (81.64% from 255 or 33.28% from 625); Green value is 215 (84.38% from 255 or 34.4% from 625); Blue value is 202 (79.30% from 255 or 32.32% from 625); Max value from RGB is 215 - color contains mainly: green. Hex color #D0D7CA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D0D7CA is #2F2835. Grayscale: #D3D3D3. Windows color (decimal): -3090486 or 13293520. OLE color: 13293520.

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

Color convert

RGB208215202-
CMYK0.0300.060.16
HSL92.31º13.98%81.76%-
HSV(B)92.31º6.05%84.31%-
XYZ60.9766.2865.46-
YUV211.42122.68125.56-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 33.28%
GREEN value IS 215 (84.38% from 255) = 34.4%
BLUE value IS 202 (79.30% from 255) = 32.32%
R=33.28%
G=34.4%
B=32.32%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2082152020.0300.060.1692.3113.9881.76
HexD0D7CA306105ce52
Octal3203273123062013416122
Binary11010000110101111100101011011010000101110011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D7CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D7CA; }

 p { color: rgb(208,215,202); }

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

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

 a { background-color: rgb(208,215,202); }

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

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

 span { border-color: rgb(208,215,202); }

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