#D7DCB9

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

Shades of Orinoco #D7DCB9

Tints of Orinoco #D7DCB9

Color information

#D7DCB9 (or 0xD7DCB9) is unknown color: approx Orinoco. HEX triplet: D7, DC and B9. RGB value is (215,220,185). Sum of RGB (Red+Green+Blue) = 215+220+185=620 (82% of max value = 765). Red value is 215 (84.38% from 255 or 34.68% from 620); Green value is 220 (86.33% from 255 or 35.48% from 620); Blue value is 185 (72.66% from 255 or 29.84% from 620); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCB9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCB9 is #282346. Grayscale: #D6D6D6. Windows color (decimal): -2630471 or 12180695. OLE color: 12180695.

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

Color convert

RGB215220185-
CMYK0.0200.160.14
HSL68.57º33.33%79.41%-
HSV(B)68.57º15.91%86.27%-
XYZ62.3769.1455.96-
YUV214.52111.34128.35-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.68%
GREEN value IS 220 (86.33% from 255) = 35.48%
BLUE value IS 185 (72.66% from 255) = 29.84%
R=34.68%
G=35.48%
B=29.84%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152201850.0200.160.1468.5733.3379.41
HexD7DCB92010E45214f
Octal32733427120201610541117
Binary11010111110111001011100110010000111010001011000011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCB9; }

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

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

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

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

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

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

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

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