#D3DD9E

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

Shades of Orinoco #D3DD9E

Tints of Orinoco #D3DD9E

Color information

#D3DD9E (or 0xD3DD9E) is unknown color: approx Orinoco. HEX triplet: D3, DD and 9E. RGB value is (211,221,158). Sum of RGB (Red+Green+Blue) = 211+221+158=590 (78% of max value = 765). Red value is 211 (82.81% from 255 or 35.76% from 590); Green value is 221 (86.72% from 255 or 37.46% from 590); Blue value is 158 (62.11% from 255 or 26.78% from 590); Max value from RGB is 221 - color contains mainly: green. Hex color #D3DD9E is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D3DD9E is #2C2261. Grayscale: #D3D3D3. Windows color (decimal): -2892386 or 10411475. OLE color: 10411475.

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

Color convert

RGB211221158-
CMYK0.0500.290.13
HSL69.52º48.09%74.31%-
HSV(B)69.52º28.51%86.67%-
XYZ58.8968.0342.38-
YUV210.8398.19128.12-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 35.76%
GREEN value IS 221 (86.72% from 255) = 37.46%
BLUE value IS 158 (62.11% from 255) = 26.78%
R=35.76%
G=37.46%
B=26.78%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2112211580.0500.290.1369.5248.0974.31
HexD3DD9E501DD46304a
Octal32333523650351510660112
Binary110100111101110110011110101011101110110001101100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D3DD9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D3DD9E; }

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

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

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

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

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

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

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

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