#D3DD9F

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

Shades of Orinoco #D3DD9F

Tints of Orinoco #D3DD9F

Color information

#D3DD9F (or 0xD3DD9F) is unknown color: approx Orinoco. HEX triplet: D3, DD and 9F. RGB value is (211,221,159). Sum of RGB (Red+Green+Blue) = 211+221+159=591 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.70% from 591); Green value is 221 (86.72% from 255 or 37.39% from 591); Blue value is 159 (62.5% from 255 or 26.90% from 591); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD9F is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DD9F is #2C2260. Grayscale: #D3D3D3. Windows color (decimal): -2892385 or 10477011. OLE color: 10477011.

HSL color Cylindrical-coordinate representation of color #D3DD9F: hue angle of 69.68º 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 #D3DD9F is Cyan = 0.05, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.13.

Color convert

RGB211221159-
CMYK0.0500.280.13
HSL69.68º47.69%74.51%-
HSV(B)69.68º28.05%86.67%-
XYZ58.9868.0642.83-
YUV210.9498.69128.04-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.70%
GREEN value IS 221 (86.72% from 255) = 37.39%
BLUE value IS 159 (62.5% from 255) = 26.90%
R=35.70%
G=37.39%
B=26.90%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112211590.0500.280.1369.6847.6974.51
HexD3DD9F501CD46304b
Octal32333523750341510660113
Binary110100111101110110011111101011100110110001101100001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DD9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DD9F; }

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

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

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

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

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

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

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

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