#D5D6B9

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

Shades of Orinoco #D5D6B9

Tints of Orinoco #D5D6B9

Color information

#D5D6B9 (or 0xD5D6B9) is unknown color: approx Orinoco. HEX triplet: D5, D6 and B9. RGB value is (213,214,185). Sum of RGB (Red+Green+Blue) = 213+214+185=612 (81% of max value = 765). Red value is 213 (83.59% from 255 or 34.80% from 612); Green value is 214 (83.98% from 255 or 34.97% from 612); Blue value is 185 (72.66% from 255 or 30.23% from 612); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6B9 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6B9 is #2A2946. Grayscale: #D2D2D2. Windows color (decimal): -2763079 or 12179157. OLE color: 12179157.

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

Color convert

RGB213214185-
CMYK0.0000.140.16
HSL62.07º26.13%78.24%-
HSV(B)62.07º13.55%83.92%-
XYZ60.2465.7455.41-
YUV210.4113.67129.86-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.80%
GREEN value IS 214 (83.98% from 255) = 34.97%
BLUE value IS 185 (72.66% from 255) = 30.23%
R=34.80%
G=34.97%
B=30.23%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2132141850.0000.140.1662.0726.1378.24
HexD5D6B900E103e1a4e
Octal3253262710016207632116
Binary11010101110101101011100100111010000111110110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D6B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D6B9; }

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

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

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

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

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

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

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

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