#D1D8A1

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

Shades of Orinoco #D1D8A1

Tints of Orinoco #D1D8A1

Color information

#D1D8A1 (or 0xD1D8A1) is unknown color: approx Orinoco. HEX triplet: D1, D8 and A1. RGB value is (209,216,161). Sum of RGB (Red+Green+Blue) = 209+216+161=586 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.67% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 161 (63.28% from 255 or 27.47% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #D1D8A1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1D8A1 is #2E275E. Grayscale: #CFCFCF. Windows color (decimal): -3024735 or 10606801. OLE color: 10606801.

HSL color Cylindrical-coordinate representation of color #D1D8A1: hue angle of 67.64º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #D1D8A1 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.15.

Color convert

RGB209216161-
CMYK0.0300.250.15
HSL67.64º41.35%73.92%-
HSV(B)67.64º25.46%84.71%-
XYZ57.2865.2443.29-
YUV207.64101.68128.97-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.67%
GREEN value IS 216 (84.77% from 255) = 36.86%
BLUE value IS 161 (63.28% from 255) = 27.47%
R=35.67%
G=36.86%
B=27.47%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092161610.0300.250.1567.6441.3573.92
HexD1D8A13019F44294a
Octal32133024130311710451112
Binary11010001110110001010000111011001111110001001010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1D8A1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1D8A1; }

 p { color: rgb(209,216,161); }

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

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

 a { background-color: rgb(209,216,161); }

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

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

 span { border-color: rgb(209,216,161); }

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