#D5DDAF

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

Shades of Orinoco #D5DDAF

Tints of Orinoco #D5DDAF

Color information

#D5DDAF (or 0xD5DDAF) is unknown color: approx Orinoco. HEX triplet: D5, DD and AF. RGB value is (213,221,175). Sum of RGB (Red+Green+Blue) = 213+221+175=609 (80% of max value = 765). Red value is 213 (83.59% from 255 or 34.98% from 609); Green value is 221 (86.72% from 255 or 36.29% from 609); Blue value is 175 (68.75% from 255 or 28.74% from 609); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DDAF is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DDAF is #2A2250. Grayscale: #D5D5D5. Windows color (decimal): -2761297 or 11525589. OLE color: 11525589.

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

Color convert

RGB213221175-
CMYK0.0400.210.13
HSL70.43º40.35%77.65%-
HSV(B)70.43º20.81%86.67%-
XYZ61.0368.9550.65-
YUV213.36106.35127.74-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 34.98%
GREEN value IS 221 (86.72% from 255) = 36.29%
BLUE value IS 175 (68.75% from 255) = 28.74%
R=34.98%
G=36.29%
B=28.74%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132211750.0400.210.1370.4340.3577.65
HexD5DDAF4015D46284e
Octal32533525740251510650116
Binary110101011101110110101111100010101110110001101010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DDAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DDAF; }

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

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

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

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

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

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

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

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