#D7DCB4

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

Shades of Orinoco #D7DCB4

Tints of Orinoco #D7DCB4

Color information

#D7DCB4 (or 0xD7DCB4) is unknown color: approx Orinoco. HEX triplet: D7, DC and B4. RGB value is (215,220,180). Sum of RGB (Red+Green+Blue) = 215+220+180=615 (81% of max value = 765). Red value is 215 (84.38% from 255 or 34.96% from 615); Green value is 220 (86.33% from 255 or 35.77% from 615); Blue value is 180 (70.70% from 255 or 29.27% from 615); Max value from RGB is 220 - color contains mainly: green. Hex color #D7DCB4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D7DCB4 is #28234B. Grayscale: #D6D6D6. Windows color (decimal): -2630476 or 11853015. OLE color: 11853015.

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

Color convert

RGB215220180-
CMYK0.0200.180.14
HSL67.5º36.36%78.43%-
HSV(B)67.5º18.18%86.27%-
XYZ61.8668.9353.22-
YUV213.94108.84128.75-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 34.96%
GREEN value IS 220 (86.33% from 255) = 35.77%
BLUE value IS 180 (70.70% from 255) = 29.27%
R=34.96%
G=35.77%
B=29.27%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2152201800.0200.180.1467.536.3678.43
HexD7DCB42012E44244e
Octal32733426420221610444116
Binary11010111110111001011010010010010111010001001001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7DCB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7DCB4; }

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

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

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

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

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

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

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

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