#D0D9AB

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

Shades of Orinoco #D0D9AB

Tints of Orinoco #D0D9AB

Color information

#D0D9AB (or 0xD0D9AB) is unknown color: approx Orinoco. HEX triplet: D0, D9 and AB. RGB value is (208,217,171). Sum of RGB (Red+Green+Blue) = 208+217+171=596 (78% of max value = 765). Red value is 208 (81.64% from 255 or 34.90% from 596); Green value is 217 (85.16% from 255 or 36.41% from 596); Blue value is 171 (67.19% from 255 or 28.69% from 596); Max value from RGB is 217 - color contains mainly: green. Hex color #D0D9AB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D0D9AB is #2F2654. Grayscale: #D1D1D1. Windows color (decimal): -3090005 or 11262416. OLE color: 11262416.

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

Color convert

RGB208217171-
CMYK0.0400.210.15
HSL71.74º37.7%76.08%-
HSV(B)71.74º21.2%85.1%-
XYZ58.1865.9848.2-
YUV209.06106.52127.24-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 34.90%
GREEN value IS 217 (85.16% from 255) = 36.41%
BLUE value IS 171 (67.19% from 255) = 28.69%
R=34.90%
G=36.41%
B=28.69%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2082171710.0400.210.1571.7437.776.08
HexD0D9AB4015F48264c
Octal32033125340251711046114
Binary110100001101100110101011100010101111110010001001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0D9AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0D9AB; }

 p { color: rgb(208,217,171); }

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

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

 a { background-color: rgb(208,217,171); }

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

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

 span { border-color: rgb(208,217,171); }

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