#DBDBB6

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

Shades of Orinoco #DBDBB6

Tints of Orinoco #DBDBB6

Color information

#DBDBB6 (or 0xDBDBB6) is unknown color: approx Orinoco. HEX triplet: DB, DB and B6. RGB value is (219,219,182). Sum of RGB (Red+Green+Blue) = 219+219+182=620 (82% of max value = 765). Red value is 219 (85.94% from 255 or 35.32% from 620); Green value is 219 (85.94% from 255 or 35.32% from 620); Blue value is 182 (71.48% from 255 or 29.35% from 620); Max value from RGB is 219 - color contains mainly: red, green. Hex color #DBDBB6 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #DBDBB6 is #242449. Grayscale: #D6D6D6. Windows color (decimal): -2368586 or 11983835. OLE color: 11983835.

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

Color convert

RGB219219182-
CMYK000.170.14
HSL60º33.94%78.63%-
HSV(B)60º16.89%85.88%-
XYZ62.9969.154.27-
YUV214.78109.5131.01-

RGB Variations

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

RGB

RED value IS 219 (85.94% from 255) = 35.32%
GREEN value IS 219 (85.94% from 255) = 35.32%
BLUE value IS 182 (71.48% from 255) = 29.35%
R=35.32%
G=35.32%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal219219182000.170.146033.9478.63
HexDBDBB60011E3c224f
Octal3333332660021167442117
Binary110110111101101110110110001000111101111001000101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DBDBB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DBDBB6; }

 p { color: rgb(219,219,182); }

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

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

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

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

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

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

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