#D5D6B8

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

Shades of Orinoco #D5D6B8

Tints of Orinoco #D5D6B8

Color information

#D5D6B8 (or 0xD5D6B8) is unknown color: approx Orinoco. HEX triplet: D5, D6 and B8. RGB value is (213,214,184). Sum of RGB (Red+Green+Blue) = 213+214+184=611 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.86% from 611); Green value is 214 (83.98% from 255 or 35.02% from 611); Blue value is 184 (72.27% from 255 or 30.11% from 611); Max value from RGB is 214 - color contains mainly: green. Hex color #D5D6B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D6B8 is #2A2947. Grayscale: #D2D2D2. Windows color (decimal): -2763080 or 12113621. OLE color: 12113621.

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

Color convert

RGB213214184-
CMYK0.0000.140.16
HSL62º26.79%78.04%-
HSV(B)62º14.02%83.92%-
XYZ60.1465.754.86-
YUV210.28113.17129.94-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.86%
GREEN value IS 214 (83.98% from 255) = 35.02%
BLUE value IS 184 (72.27% from 255) = 30.11%
R=34.86%
G=35.02%
B=30.11%

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
Decimal2132141840.0000.140.166226.7978.04
HexD5D6B800E103e1b4e
Octal3253262700016207633116
Binary11010101110101101011100000111010000111110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D6B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D6B8; }

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

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

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

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

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

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

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

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