#DBD9B2

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

Shades of Orinoco #DBD9B2

Tints of Orinoco #DBD9B2

Color information

#DBD9B2 (or 0xDBD9B2) is unknown color: approx Orinoco. HEX triplet: DB, D9 and B2. RGB value is (219,217,178). Sum of RGB (Red+Green+Blue) = 219+217+178=614 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.67% from 614); Green value is 217 (85.16% from 255 or 35.34% from 614); Blue value is 178 (69.92% from 255 or 28.99% from 614); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9B2 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD9B2 is #24264D. Grayscale: #D5D5D5. Windows color (decimal): -2369102 or 11721179. OLE color: 11721179.

HSL color Cylindrical-coordinate representation of color #DBD9B2: hue angle of 57.07º degrees, saturation: 0.36, 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 #DBD9B2 is Cyan = 0, Magento = 0.01, Yellow = 0.19 and Black (K on CMYK) = 0.14.

Color convert

RGB219217178-
CMYK00.010.190.14
HSL57.07º36.28%77.84%-
HSV(B)57.07º18.72%85.88%-
XYZ62.0667.951.95-
YUV213.15108.16132.17-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.67%
GREEN value IS 217 (85.16% from 255) = 35.34%
BLUE value IS 178 (69.92% from 255) = 28.99%
R=35.67%
G=35.34%
B=28.99%

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
Decimal21921717800.010.190.1457.0736.2877.84
HexDBD9B20113E39244e
Octal3333312620123167144116
Binary110110111101100110110010011001111101110011001001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9B2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9B2; }

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

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

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

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

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

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

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

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