#D5DDAD

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

Shades of Orinoco #D5DDAD

Tints of Orinoco #D5DDAD

Color information

#D5DDAD (or 0xD5DDAD) is unknown color: approx Orinoco. HEX triplet: D5, DD and AD. RGB value is (213,221,173). Sum of RGB (Red+Green+Blue) = 213+221+173=607 (80% of max value = 765). Red value is 213 (83.59% from 255 or 35.09% from 607); Green value is 221 (86.72% from 255 or 36.41% from 607); Blue value is 173 (67.97% from 255 or 28.50% from 607); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDAD is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DDAD is #2A2252. Grayscale: #D5D5D5. Windows color (decimal): -2761299 or 11394517. OLE color: 11394517.

HSL color Cylindrical-coordinate representation of color #D5DDAD: hue angle of 70º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #D5DDAD is Cyan = 0.04, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.13.

Color convert

RGB213221173-
CMYK0.0400.220.13
HSL70º41.38%77.25%-
HSV(B)70º21.72%86.67%-
XYZ60.8468.8849.62-
YUV213.14105.35127.9-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.09%
GREEN value IS 221 (86.72% from 255) = 36.41%
BLUE value IS 173 (67.97% from 255) = 28.50%
R=35.09%
G=36.41%
B=28.50%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132211730.0400.220.137041.3877.25
HexD5DDAD4016D46294d
Octal32533525540261510651115
Binary110101011101110110101101100010110110110001101010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDAD; }

 p { color: rgb(213,221,173); }

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

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

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

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

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

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

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