#D1DBAB

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

Shades of Orinoco #D1DBAB

Tints of Orinoco #D1DBAB

Color information

#D1DBAB (or 0xD1DBAB) is unknown color: approx Orinoco. HEX triplet: D1, DB and AB. RGB value is (209,219,171). Sum of RGB (Red+Green+Blue) = 209+219+171=599 (79% of max value = 765). Red value is 209 (82.03% from 255 or 34.89% from 599); Green value is 219 (85.94% from 255 or 36.56% from 599); Blue value is 171 (67.19% from 255 or 28.55% from 599); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DBAB is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DBAB is #2E2454. Grayscale: #D2D2D2. Windows color (decimal): -3023957 or 11262929. OLE color: 11262929.

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

Color convert

RGB209219171-
CMYK0.0500.220.14
HSL72.5º40%76.47%-
HSV(B)72.5º21.92%85.88%-
XYZ58.9867.1648.38-
YUV210.54105.69126.9-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 34.89%
GREEN value IS 219 (85.94% from 255) = 36.56%
BLUE value IS 171 (67.19% from 255) = 28.55%
R=34.89%
G=36.56%
B=28.55%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092191710.0500.220.1472.54076.47
HexD1DBAB5016E48284c
Octal32133325350261611050114
Binary110100011101101110101011101010110111010010001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DBAB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DBAB; }

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

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

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

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

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

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

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

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