#D7DCBA

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

Shades of Orinoco #D7DCBA

Tints of Orinoco #D7DCBA

Color information

#D7DCBA (or 0xD7DCBA) is unknown color: approx Orinoco. HEX triplet: D7, DC and BA. RGB value is (215,220,186). Sum of RGB (Red+Green+Blue) = 215+220+186=621 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.62% from 621); Green value is 220 (86.33% from 255 or 35.43% from 621); Blue value is 186 (73.05% from 255 or 29.95% from 621); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCBA is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCBA is #282345. Grayscale: #D6D6D6. Windows color (decimal): -2630470 or 12246231. OLE color: 12246231.

HSL color Cylindrical-coordinate representation of color #D7DCBA: hue angle of 68.82º degrees, saturation: 0.33, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #D7DCBA is Cyan = 0.02, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.14.

Color convert

RGB215220186-
CMYK0.0200.150.14
HSL68.82º32.69%79.61%-
HSV(B)68.82º15.45%86.27%-
XYZ62.4869.1856.51-
YUV214.63111.84128.26-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.62%
GREEN value IS 220 (86.33% from 255) = 35.43%
BLUE value IS 186 (73.05% from 255) = 29.95%
R=34.62%
G=35.43%
B=29.95%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152201860.0200.150.1468.8232.6979.61
HexD7DCBA20FE452150
Octal32733427220171610541120
Binary1101011111011100101110101001111111010001011000011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCBA; }

 p { color: rgb(215,220,186); }

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

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

 a { background-color: rgb(215,220,186); }

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

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

 span { border-color: rgb(215,220,186); }

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