#DBD9B0

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

Shades of Orinoco #DBD9B0

Tints of Orinoco #DBD9B0

Color information

#DBD9B0 (or 0xDBD9B0) is unknown color: approx Orinoco. HEX triplet: DB, D9 and B0. RGB value is (219,217,176). Sum of RGB (Red+Green+Blue) = 219+217+176=612 (81% of max value = 765). Red value is 219 (85.94% from 255 or 35.78% from 612); Green value is 217 (85.16% from 255 or 35.46% from 612); Blue value is 176 (69.14% from 255 or 28.76% from 612); Max value from RGB is 219 - color contains mainly: red. Hex color #DBD9B0 is not a web safe color. Web safe color analog (approx): #CCCC99. Inversed color of #DBD9B0 is #24264F. Grayscale: #D5D5D5. Windows color (decimal): -2369104 or 11590107. OLE color: 11590107.

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

Color convert

RGB219217176-
CMYK00.010.200.14
HSL57.21º37.39%77.45%-
HSV(B)57.21º19.63%85.88%-
XYZ61.8667.8250.9-
YUV212.92107.16132.33-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.78%
GREEN value IS 217 (85.16% from 255) = 35.46%
BLUE value IS 176 (69.14% from 255) = 28.76%
R=35.78%
G=35.46%
B=28.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.01
Y (Yellow) values IS 0.20
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal21921717600.010.200.1457.2137.3977.45
HexDBD9B00114E39254d
Octal3333312600124167145115
Binary110110111101100110110000011010011101110011001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBD9B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBD9B0; }

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

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

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

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

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

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

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

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