#DBDCB7

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

Shades of Orinoco #DBDCB7

Tints of Orinoco #DBDCB7

Color information

#DBDCB7 (or 0xDBDCB7) is unknown color: approx Orinoco. HEX triplet: DB, DC and B7. RGB value is (219,220,183). Sum of RGB (Red+Green+Blue) = 219+220+183=622 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.21% from 622); Green value is 220 (86.33% from 255 or 35.37% from 622); Blue value is 183 (71.88% from 255 or 29.42% from 622); Max value from RGB is 220 - color contains mainly: green. Hex color #DBDCB7 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDCB7 is #242348. Grayscale: #D7D7D7. Windows color (decimal): -2368329 or 12049627. OLE color: 12049627.

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

Color convert

RGB219220183-
CMYK0.0000.170.14
HSL61.62º34.58%79.02%-
HSV(B)61.62º16.82%86.27%-
XYZ63.3569.6754.91-
YUV215.48109.67130.51-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.21%
GREEN value IS 220 (86.33% from 255) = 35.37%
BLUE value IS 183 (71.88% from 255) = 29.42%
R=35.21%
G=35.37%
B=29.42%

CMYK

C (Cyan) values IS 0.00
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2192201830.0000.170.1461.6234.5879.02
HexDBDCB70011E3e234f
Octal3333342670021167643117
Binary110110111101110010110111001000111101111101000111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDCB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDCB7; }

 p { color: rgb(219,220,183); }

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

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

 a { background-color: rgb(219,220,183); }

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

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

 span { border-color: rgb(219,220,183); }

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