#DBD9B1

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

Shades of Orinoco #DBD9B1

Tints of Orinoco #DBD9B1

Color information

#DBD9B1 (or 0xDBD9B1) is unknown color: approx Orinoco. HEX triplet: DB, D9 and B1. RGB value is (219,217,177). Sum of RGB (Red+Green+Blue) = 219+217+177=613 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.73% from 613); Green value is 217 (85.16% from 255 or 35.40% from 613); Blue value is 177 (69.53% from 255 or 28.87% from 613); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9B1 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD9B1 is #24264E. Grayscale: #D5D5D5. Windows color (decimal): -2369103 or 11655643. OLE color: 11655643.

HSL color Cylindrical-coordinate representation of color #DBD9B1: hue angle of 57.14º degrees, saturation: 0.37, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #DBD9B1 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219217177-
CMYK00.010.190.14
HSL57.14º36.84%77.65%-
HSV(B)57.14º19.18%85.88%-
XYZ61.9667.8651.43-
YUV213.04107.66132.25-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.73%
GREEN value IS 217 (85.16% from 255) = 35.40%
BLUE value IS 177 (69.53% from 255) = 28.87%
R=35.73%
G=35.40%
B=28.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.19
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921717700.010.190.1457.1436.8477.65
HexDBD9B10113E39254e
Octal3333312610123167145116
Binary110110111101100110110001011001111101110011001011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9B1; }

 p { color: rgb(219,217,177); }

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

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

 a { background-color: rgb(219,217,177); }

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

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

 span { border-color: rgb(219,217,177); }

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