#D5D5B8

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

Shades of Orinoco #D5D5B8

Tints of Orinoco #D5D5B8

Color information

#D5D5B8 (or 0xD5D5B8) is unknown color: approx Orinoco. HEX triplet: D5, D5 and B8. RGB value is (213,213,184). Sum of RGB (Red+Green+Blue) = 213+213+184=610 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.92% from 610); Green value is 213 (83.59% from 255 or 34.92% from 610); Blue value is 184 (72.27% from 255 or 30.16% from 610); Max value from RGB is 213 - color contains mainly: red, green. Hex color #D5D5B8 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #D5D5B8 is #2A2A47. Grayscale: #D1D1D1. Windows color (decimal): -2763336 or 12113365. OLE color: 12113365.

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

Color convert

RGB213213184-
CMYK000.140.16
HSL60º25.66%77.84%-
HSV(B)60º13.62%83.53%-
XYZ59.8965.254.78-
YUV209.69113.5130.36-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.92%
GREEN value IS 213 (83.59% from 255) = 34.92%
BLUE value IS 184 (72.27% from 255) = 30.16%
R=34.92%
G=34.92%
B=30.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213213184000.140.166025.6677.84
HexD5D5B800E103c1a4e
Octal3253252700016207432116
Binary11010101110101011011100000111010000111100110101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5D5B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5D5B8; }

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

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

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

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

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

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

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

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