#D1DDA6

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

Shades of Orinoco #D1DDA6

Tints of Orinoco #D1DDA6

Color information

#D1DDA6 (or 0xD1DDA6) is unknown color: approx Orinoco. HEX triplet: D1, DD and A6. RGB value is (209,221,166). Sum of RGB (Red+Green+Blue) = 209+221+166=596 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.07% from 596); Green value is 221 (86.72% from 255 or 37.08% from 596); Blue value is 166 (65.23% from 255 or 27.85% from 596); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDA6 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DDA6 is #2E2259. Grayscale: #D3D3D3. Windows color (decimal): -3023450 or 10935761. OLE color: 10935761.

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

Color convert

RGB209221166-
CMYK0.0500.250.13
HSL73.09º44.72%75.88%-
HSV(B)73.09º24.89%86.67%-
XYZ59.0368.0246.09-
YUV211.14102.52126.47-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.07%
GREEN value IS 221 (86.72% from 255) = 37.08%
BLUE value IS 166 (65.23% from 255) = 27.85%
R=35.07%
G=37.08%
B=27.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092211660.0500.250.1373.0944.7275.88
HexD1DDA65019D492d4c
Octal32133524650311511155114
Binary110100011101110110100110101011001110110010011011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDA6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDA6; }

 p { color: rgb(209,221,166); }

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

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

 a { background-color: rgb(209,221,166); }

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

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

 span { border-color: rgb(209,221,166); }

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