#D1DAA5

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

Shades of Orinoco #D1DAA5

Tints of Orinoco #D1DAA5

Color information

#D1DAA5 (or 0xD1DAA5) is unknown color: approx Orinoco. HEX triplet: D1, DA and A5. RGB value is (209,218,165). Sum of RGB (Red+Green+Blue) = 209+218+165=592 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.30% from 592); Green value is 218 (85.55% from 255 or 36.82% from 592); Blue value is 165 (64.84% from 255 or 27.87% from 592); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAA5 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAA5 is #2E255A. Grayscale: #D1D1D1. Windows color (decimal): -3024219 or 10869457. OLE color: 10869457.

HSL color Cylindrical-coordinate representation of color #D1DAA5: hue angle of 70.19º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1DAA5 is Cyan = 0.04, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.15.

Color convert

RGB209218165-
CMYK0.0400.240.15
HSL70.19º41.73%75.1%-
HSV(B)70.19º24.31%85.49%-
XYZ58.1666.4145.35-
YUV209.27103.02127.81-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.30%
GREEN value IS 218 (85.55% from 255) = 36.82%
BLUE value IS 165 (64.84% from 255) = 27.87%
R=35.30%
G=36.82%
B=27.87%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092181650.0400.240.1570.1941.7375.1
HexD1DAA54018F462a4b
Octal32133224540301710652113
Binary110100011101101010100101100011000111110001101010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DAA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DAA5; }

 p { color: rgb(209,218,165); }

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

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

 a { background-color: rgb(209,218,165); }

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

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

 span { border-color: rgb(209,218,165); }

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