#D5D5B9

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

Shades of Orinoco #D5D5B9

Tints of Orinoco #D5D5B9

Color information

#D5D5B9 (or 0xD5D5B9) is unknown color: approx Orinoco. HEX triplet: D5, D5 and B9. RGB value is (213,213,185). Sum of RGB (Red+Green+Blue) = 213+213+185=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 213 (83.59% from 255 or 34.86% from 611); Blue value is 185 (72.66% from 255 or 30.28% from 611); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D5B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D5B9 is #2A2A46. Grayscale: #D1D1D1. Windows color (decimal): -2763335 or 12178901. OLE color: 12178901.

HSL color Cylindrical-coordinate representation of color #D5D5B9: hue angle of 60º degrees, saturation: 0.25, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #D5D5B9 is Cyan = 0, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.16.

Color convert

RGB213213185-
CMYK000.130.16
HSL60º25%78.04%-
HSV(B)60º13.15%83.53%-
XYZ59.9965.2455.33-
YUV209.81114130.28-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 213 (83.59% from 255) = 34.86%
BLUE value IS 185 (72.66% from 255) = 30.28%
R=34.86%
G=34.86%
B=30.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213213185000.130.16602578.04
HexD5D5B900D103c194e
Octal3253252710015207431116
Binary11010101110101011011100100110110000111100110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D5B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D5B9; }

 p { color: rgb(213,213,185); }

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

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

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

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

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

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

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