#D1DDAB

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

Shades of Orinoco #D1DDAB

Tints of Orinoco #D1DDAB

Color information

#D1DDAB (or 0xD1DDAB) is unknown color: approx Orinoco. HEX triplet: D1, DD and AB. RGB value is (209,221,171). Sum of RGB (Red+Green+Blue) = 209+221+171=601 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.78% from 601); Green value is 221 (86.72% from 255 or 36.77% from 601); Blue value is 171 (67.19% from 255 or 28.45% from 601); Max value from RGB is 221 - color contains mainly: green. Hex color #D1DDAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DDAB is #2E2254. Grayscale: #D3D3D3. Windows color (decimal): -3023445 or 11263441. OLE color: 11263441.

HSL color Cylindrical-coordinate representation of color #D1DDAB: hue angle of 74.4º degrees, saturation: 0.42, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #D1DDAB is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.13.

Color convert

RGB209221171-
CMYK0.0500.230.13
HSL74.4º42.37%76.86%-
HSV(B)74.4º22.62%86.67%-
XYZ59.568.2148.56-
YUV211.71105.02126.07-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.78%
GREEN value IS 221 (86.72% from 255) = 36.77%
BLUE value IS 171 (67.19% from 255) = 28.45%
R=34.78%
G=36.77%
B=28.45%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2092211710.0500.230.1374.442.3776.86
HexD1DDAB5017D4a2a4d
Octal32133525350271511252115
Binary110100011101110110101011101010111110110010101010101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DDAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DDAB; }

 p { color: rgb(209,221,171); }

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

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

 a { background-color: rgb(209,221,171); }

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

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

 span { border-color: rgb(209,221,171); }

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