#D1DBA7

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

Shades of Orinoco #D1DBA7

Tints of Orinoco #D1DBA7

Color information

#D1DBA7 (or 0xD1DBA7) is unknown color: approx Orinoco. HEX triplet: D1, DB and A7. RGB value is (209,219,167). Sum of RGB (Red+Green+Blue) = 209+219+167=595 (78% of max value = 765). Red value is 209 (82.03% from 255 or 35.13% from 595); Green value is 219 (85.94% from 255 or 36.81% from 595); Blue value is 167 (65.62% from 255 or 28.07% from 595); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBA7 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DBA7 is #2E2458. Grayscale: #D2D2D2. Windows color (decimal): -3023961 or 11000785. OLE color: 11000785.

HSL color Cylindrical-coordinate representation of color #D1DBA7: hue angle of 71.54º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #D1DBA7 is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.14.

Color convert

RGB209219167-
CMYK0.0500.240.14
HSL71.54º41.94%75.69%-
HSV(B)71.54º23.74%85.88%-
XYZ58.667.0146.4-
YUV210.08103.69127.23-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.13%
GREEN value IS 219 (85.94% from 255) = 36.81%
BLUE value IS 167 (65.62% from 255) = 28.07%
R=35.13%
G=36.81%
B=28.07%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092191670.0500.240.1471.5441.9475.69
HexD1DBA75018E482a4c
Octal32133324750301611052114
Binary110100011101101110100111101011000111010010001010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DBA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DBA7; }

 p { color: rgb(209,219,167); }

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

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

 a { background-color: rgb(209,219,167); }

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

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

 span { border-color: rgb(209,219,167); }

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