#D7DCB8

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

Shades of Orinoco #D7DCB8

Tints of Orinoco #D7DCB8

Color information

#D7DCB8 (or 0xD7DCB8) is unknown color: approx Orinoco. HEX triplet: D7, DC and B8. RGB value is (215,220,184). Sum of RGB (Red+Green+Blue) = 215+220+184=619 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.73% from 619); Green value is 220 (86.33% from 255 or 35.54% from 619); Blue value is 184 (72.27% from 255 or 29.73% from 619); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCB8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCB8 is #282347. Grayscale: #D6D6D6. Windows color (decimal): -2630472 or 12115159. OLE color: 12115159.

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

Color convert

RGB215220184-
CMYK0.0200.160.14
HSL68.33º33.96%79.22%-
HSV(B)68.33º16.36%86.27%-
XYZ62.2769.0955.4-
YUV214.4110.84128.43-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.73%
GREEN value IS 220 (86.33% from 255) = 35.54%
BLUE value IS 184 (72.27% from 255) = 29.73%
R=34.73%
G=35.54%
B=29.73%

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
Decimal2152201840.0200.160.1468.3333.9679.22
HexD7DCB82010E44224f
Octal32733427020201610442117
Binary11010111110111001011100010010000111010001001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCB8; }

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

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

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

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

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

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

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

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