#DBD9B5

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

Shades of Orinoco #DBD9B5

Tints of Orinoco #DBD9B5

Color information

#DBD9B5 (or 0xDBD9B5) is unknown color: approx Orinoco. HEX triplet: DB, D9 and B5. RGB value is (219,217,181). Sum of RGB (Red+Green+Blue) = 219+217+181=617 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.49% from 617); Green value is 217 (85.16% from 255 or 35.17% from 617); Blue value is 181 (71.09% from 255 or 29.34% from 617); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9B5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBD9B5 is #24264A. Grayscale: #D5D5D5. Windows color (decimal): -2369099 or 11917787. OLE color: 11917787.

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

Color convert

RGB219217181-
CMYK00.010.170.14
HSL56.84º34.55%78.43%-
HSV(B)56.84º17.35%85.88%-
XYZ62.3768.0253.56-
YUV213.49109.66131.93-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.49%
GREEN value IS 217 (85.16% from 255) = 35.17%
BLUE value IS 181 (71.09% from 255) = 29.34%
R=35.49%
G=35.17%
B=29.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921718100.010.170.1456.8434.5578.43
HexDBD9B50111E39234e
Octal3333312650121167143116
Binary110110111101100110110101011000111101110011000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9B5; }

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

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

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

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

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

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

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

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