#D5DD9F

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

Shades of Orinoco #D5DD9F

Tints of Orinoco #D5DD9F

Color information

#D5DD9F (or 0xD5DD9F) is unknown color: approx Orinoco. HEX triplet: D5, DD and 9F. RGB value is (213,221,159). Sum of RGB (Red+Green+Blue) = 213+221+159=593 (78% of max value = 765). Red value is 213 (83.59% from 255 or 35.92% from 593); Green value is 221 (86.72% from 255 or 37.27% from 593); Blue value is 159 (62.5% from 255 or 26.81% from 593); Max value from RGB is 221 - color contains mainly: green. Hex color #D5DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D5DD9F is #2A2260. Grayscale: #D3D3D3. Windows color (decimal): -2761313 or 10477013. OLE color: 10477013.

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

Color convert

RGB213221159-
CMYK0.0400.280.13
HSL67.74º47.69%74.51%-
HSV(B)67.74º28.05%86.67%-
XYZ59.5668.3642.86-
YUV211.5498.35129.04-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 35.92%
GREEN value IS 221 (86.72% from 255) = 37.27%
BLUE value IS 159 (62.5% from 255) = 26.81%
R=35.92%
G=37.27%
B=26.81%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2132211590.0400.280.1367.7447.6974.51
HexD5DD9F401CD44304b
Octal32533523740341510460113
Binary110101011101110110011111100011100110110001001100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5DD9F; }

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

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

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

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

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

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

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

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