#D1DAAA

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

Shades of Orinoco #D1DAAA

Tints of Orinoco #D1DAAA

Color information

#D1DAAA (or 0xD1DAAA) is unknown color: approx Orinoco. HEX triplet: D1, DA and AA. RGB value is (209,218,170). Sum of RGB (Red+Green+Blue) = 209+218+170=597 (79% of max value = 765). Red value is 209 (82.03% from 255 or 35.01% from 597); Green value is 218 (85.55% from 255 or 36.52% from 597); Blue value is 170 (66.80% from 255 or 28.48% from 597); Max value from RGB is 218 - color contains mainly: green. Hex color #D1DAAA is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DAAA is #2E2555. Grayscale: #D2D2D2. Windows color (decimal): -3024214 or 11197137. OLE color: 11197137.

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

Color convert

RGB209218170-
CMYK0.0400.220.15
HSL71.25º39.34%76.08%-
HSV(B)71.25º22.02%85.49%-
XYZ58.6266.647.8-
YUV209.84105.52127.4-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.01%
GREEN value IS 218 (85.55% from 255) = 36.52%
BLUE value IS 170 (66.80% from 255) = 28.48%
R=35.01%
G=36.52%
B=28.48%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2092181700.0400.220.1571.2539.3476.08
HexD1DAAA4016F47274c
Octal32133225240261710747114
Binary110100011101101010101010100010110111110001111001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DAAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DAAA; }

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

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

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

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

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

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

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

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