#D1DB9B

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

Shades of Orinoco #D1DB9B

Tints of Orinoco #D1DB9B

Color information

#D1DB9B (or 0xD1DB9B) is unknown color: approx Orinoco. HEX triplet: D1, DB and 9B. RGB value is (209,219,155). Sum of RGB (Red+Green+Blue) = 209+219+155=583 (77% of max value = 765). Red value is 209 (82.03% from 255 or 35.85% from 583); Green value is 219 (85.94% from 255 or 37.56% from 583); Blue value is 155 (60.94% from 255 or 26.59% from 583); Max value from RGB is 219 - color contains mainly: green. Hex color #D1DB9B is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #D1DB9B is #2E2464. Grayscale: #D0D0D0. Windows color (decimal): -3023973 or 10214353. OLE color: 10214353.

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

Color convert

RGB209219155-
CMYK0.0500.290.14
HSL69.38º47.06%73.33%-
HSV(B)69.38º29.22%85.88%-
XYZ57.5466.5840.83-
YUV208.7197.69128.2-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 35.85%
GREEN value IS 219 (85.94% from 255) = 37.56%
BLUE value IS 155 (60.94% from 255) = 26.59%
R=35.85%
G=37.56%
B=26.59%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2092191550.0500.290.1469.3847.0673.33
HexD1DB9B501DE452f49
Octal32133323350351610557111
Binary110100011101101110011011101011101111010001011011111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1DB9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1DB9B; }

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

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

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

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

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

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

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

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